You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
last friday, i check mysql logs for secure purpose. i found a lot of un-quoted fields in sqls. like:
SELECT id AS `uid`, name, age, sex FROM `rel_rev_file` WHERE age > 25 AND sex = 'female' OR id < 10 GROUP BY sex, age HAVING COUNT(age) > 60 ORDER BY id DESC, age LIMIT 20 OFFSET 40;
it just process field alias and table name, how about other fields???
The text was updated successfully, but these errors were encountered:
Hi, i'm using Aura.Sql for a while...
last friday, i check mysql logs for secure purpose. i found a lot of un-quoted fields in sqls. like:
it just process field alias and table name, how about other fields???
The text was updated successfully, but these errors were encountered: