[DB-SIG] PEP 249

2009-03-28 Thread Adam
Suggestion: Cursor execute function return self (cursor) to allow for code like: cursor.execute(SQL).fetchall() instead of cursor.execute(SQL) cursor.fetchall() ___ DB-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/db-sig

[DB-SIG] Several newbie questions

2007-01-10 Thread Grzegorz Adam Hankiewicz
re people leaving DB-API 2.0 in favor of the adodb api? -- Grzegorz Adam Hankiewicz, Jefe de producto de TeraVial Rastertech EspaƱa S.A.Tel: +34 918 467 390, ext 18. http://www.rastertech.es/[EMAIL PROTECTED] ___ DB-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/db-sig

Re: [DB-SIG] Several newbie questions

2007-01-11 Thread Grzegorz Adam Hankiewicz
M.-A. Lemburg wrote: > If you want to use ADO, you should use the ADO drivers. Using > ADO to talk to the database through ODBC is just adding an API stack > on top. Something like this? http://opensource.theopalgroup.com/files/ADOdb.html -- Grzegorz Adam Hankiewicz, Jefe de pr

Re: [DB-SIG] Several newbie questions

2007-01-11 Thread Grzegorz Adam Hankiewicz
ugh time and courage is needed to apply with > sourceforge to take over maintenance of the package. I wrote a small script which dumped a database to a text file and the odbc version was like ten times faster. Do you have links to these patches you mention? -- Grzegorz Adam Hankiewicz, Je