Preventing SQL injection with stored procedures
Posted Jun 1, 2006 9:39 UTC (Thu) by
nix (subscriber, #2304)
In reply to:
Preventing SQL injection with stored procedures by xoddam
Parent article:
SQL injection vulnerabilities in PostgreSQL
It's also more efficient to use prepared queries and (I think) easier to read.
So you win on all fronts.
(
Log in to post comments)