psycopg2 and prepared statements
Started by Micah Yoderalmost 18 years ago2 messagesgeneral
Just started a nice new project in mod_python with psycopg2, then discovered
that psycopg2 apparently does not support prepared statements. Is that true?
Any workarounds?
That ruins my whole day ...
Re: psycopg2 and prepared statements
On Monday 05 May 2008 14:28:47 Micah Yoder wrote:
Just started a nice new project in mod_python with psycopg2, then
discovered that psycopg2 apparently does not support prepared statements.
Is that true? Any workarounds?
Ah wait, do prepared statements not need any support from the client library?
I was thinking they did. If not, sorry for the noise. :)