Skip to content

Commit 35bdeb5

Browse files
committed
GetLastQuery does not show the Group by queries
1 parent 44f1612 commit 35bdeb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MysqliDb.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -876,6 +876,7 @@ protected function replacePlaceHolders ($str, $vals) {
876876
$newStr .= substr ($str, 0, $pos) . $val;
877877
$str = substr ($str, $pos + 1);
878878
}
879+
$newStr .= $str;
879880
return $newStr;
880881
}
881882

0 commit comments

Comments
 (0)