On Fri, Aug 12, 2016 at 01:36:21PM +0200, Blondeau Vincent wrote: > > Which database? > Postgres
PostgresV2 driver does not support the PostgreSQL extended query protocol which allows prepared statements, AFAIK. https://www.postgresql.org/docs/current/static/protocol-overview.html. As for escaping SQL, the ROE package has a class called RAEscapingSqlPrinter which may help. http://smalltalkhub.com/#!/~PharoExtras/ROE Pierce