On Wed, 2006-04-19 at 03:45, Andy Todd wrote:
> Now hands up for changing the DB-API to remove the pyformat paramstyle? 
> If we're going to have options I think we should restrict them to either 
> named parameters (a la cx_Oracle) or the '?' qmark (a la ODBC and JDBC).

I'm all for that with the clarification that 'pyformat' and 'format'
should be deprecated, leaving 'qmark', 'numeric', and 'named'. Of course
this change would have to go into a completely new version of DB-API,
since it would break existing code.

-Carsten


_______________________________________________
DB-SIG maillist  -  DB-SIG@python.org
http://mail.python.org/mailman/listinfo/db-sig

Reply via email to