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  -  DB-SIG@python.org
http://mail.python.org/mailman/listinfo/db-sig

Reply via email to