Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
forwhat461 opened this issue Nov 23, 2021 · 0 comments

Comments

@forwhat461
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant