6 ms·
How do you prevent SQL injections or bad queries?
by aligajani 3y ago
How do you prevent SQL injections or bad queries?
- mritchie712 3y agowe only execute SELECT statements and the user we connect with has readonly access. On "bad queries", we rely heavily on the users past SQL history to understand correct JOIN's and how they normally define metrics / use the database in general.