[DB-SIG] any 2.0-compliant packages for postgresql?

Nathan Clegg nathan@geerbox.com
Tue, 26 Jun 2001 20:50:59 -0700


I've tried PyGreSQL, psycopg, and PoPy.  None of them appear to properly
support paramater binding (specifically do not implement the details from
footnote 5 in the DB API 2.0 specification).  Are there any packages out
there for postgresql that fully implement 2.0?  Also, which of these (or
others) work properly with python 2.1?  I know PyGreSQL has not been updated
since 1.52.  Seems the change in how long ints are handled can adversely
affect SQL handling.