PHP-MySQLi-Database-Class
PHP-MySQLi-Database-Class copied to clipboard
$db->groupBy delete all \" or \' makes it couldn't use CONCAT to connect string
....
and just replace line 1278 with
$groupByField = preg_replace("/[^-a-z0-9\.\(\),_\* <>=!\"']+/i", '', $groupByField);
makes it don't just delete " and ' ....