Обсуждение: psycopg2 and prepared statements

Поиск
Список
Период
Сортировка

psycopg2 and prepared statements

От
Micah Yoder
Дата:
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

От
Micah Yoder
Дата:
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. :)