Suggestion:
Cursor execute function return self (cursor) to allow for code like:
cursor.execute(SQL).fetchall()
instead of
cursor.execute(SQL)
cursor.fetchall()
_______________________________________________
PyGreSQL mailing list
[email protected]
http://mailman.vex.net/mailman/listinfo/pygresql

Reply via email to