[DB-SIG] Proposed improvements to DBAPI 2.0 Cursor.execute() method.
Eric Brunson
brunson at brunson.com
Wed Aug 16 06:09:12 CEST 2006
Martin Blais wrote:
> Hi
>
> I want to propose a few improvements on the DBAPI 2.0 Cursor.execute()
> method interface. You can find the details of my proposed changes
> here:
> http://furius.ca/pubcode/pub/conf/common/lib/python/dbapiext.html
>
> And a pure-Python preliminary implementation of these changes that can
> sit on an existing DBAPI 2.0 implementation (tested with psycopg2):
> http://furius.ca/pubcode/pub/conf/common/lib/python/dbapiext.py
>
> (If this gets accepted IMO this preliminary hack should instead be
> implemented at the lower-level of the specific DBAPI implementations
> for performance reasons...)
>
>
I've only skimmed through the document once. The changes seem quite
pythonic, I'd be interested in hearing other opinions.
More information about the DB-SIG
mailing list