Merge pull request #33865 from akhilnarang/fix-order-group-by-check
fix(db_query): check for some more functions
This commit is contained in:
commit
06afd9b073
1 changed files with 4 additions and 0 deletions
|
|
@ -1138,6 +1138,10 @@ from {tables}
|
|||
"version",
|
||||
"substr",
|
||||
"substring",
|
||||
"updatexml",
|
||||
"load_file",
|
||||
"session_user",
|
||||
"system_user",
|
||||
}
|
||||
|
||||
for field in parameters.split(","):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue