Re: psycopg2 and prepared statements

Lists: pgsql-general
From: Micah Yoder <micah(at)yoderdev(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: psycopg2 and prepared statements
Date: 2008-05-05 19:28:47
Message-ID: 200805051428.47374.micah@yoderdev.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

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 ...


From: Micah Yoder <micah(at)yoderdev(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: psycopg2 and prepared statements
Date: 2008-05-05 19:46:28
Message-ID: 200805051446.28085.micah@yoderdev.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

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. :)