Commit 35bdeb5c authored by Alexander Butenko's avatar Alexander Butenko

GetLastQuery does not show the Group by queries

parent 44f16129
......@@ -876,6 +876,7 @@ class MysqliDb
$newStr .= substr ($str, 0, $pos) . $val;
$str = substr ($str, $pos + 1);
}
$newStr .= $str;
return $newStr;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment