Merge pull request #33865 from akhilnarang/fix-order-group-by-check

fix(db_query): check for some more functions
This commit is contained in:
Akhil Narang 2025-09-02 11:49:07 +05:30 committed by GitHub
commit 06afd9b073
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1138,6 +1138,10 @@ from {tables}
"version",
"substr",
"substring",
"updatexml",
"load_file",
"session_user",
"system_user",
}
for field in parameters.split(","):