We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671c73a commit a42c9dfCopy full SHA for a42c9df
lib/MC/Google/Visualization.php
@@ -1007,6 +1007,7 @@ protected function generateSQL(array &$meta): string
1007
$stmt = $this->db->query($pivotSql);
1008
assert(false !== $stmt);
1009
$rows = $stmt->fetchAll(PDO::FETCH_ASSOC);
1010
+ assert(false !== $rows);
1011
foreach ($rows as $row) {
1012
// Create a version of all function-ed fields for each unique combination of pivot values
1013
foreach ($funcFields as $field) {
0 commit comments