I'm using PGConnection from the PostgresV2 package. I'd like to use prepared statements to avoid SQL Injection and continuous recompilation of the query.
Ej: conn execute: 'SELECT * FROM MYTABLE WHERE COLUMN = ?' withAll: (Array with: columnValue) How can I do this? Regards, -- View this message in context: http://forum.world.st/Prepared-statements-with-PostgresV2-tp4717659.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
