PHP-MySQLi-Database-Class icon indicating copy to clipboard operation
PHP-MySQLi-Database-Class copied to clipboard

$db->groupBy delete all \" or \' makes it couldn't use CONCAT to connect string

Open forwhat461 opened this issue 3 years ago • 0 comments

.... and just replace line 1278 with $groupByField = preg_replace("/[^-a-z0-9\.\(\),_\* <>=!\"']+/i", '', $groupByField); makes it don't just delete " and ' ....

forwhat461 avatar Nov 23 '21 13:11 forwhat461