[DB-SIG] PEP 249

Adam adamff at humval.com
Sun Mar 29 00:40:59 CET 2009


Suggestion:
 Cursor execute function return self (cursor) to allow for code like:
  cursor.execute(SQL).fetchall()
  instead of
  cursor.execute(SQL)
  cursor.fetchall()


More information about the DB-SIG mailing list