Tim Callaghan schrieb:
I'm using the DB wrapper class of the classic postgres interface (pg), I don't see anything in the documentation regarding how to implement transactions (commit/rollback). Am I missing something?
You must use query('commit') and query('rollback') here.
-- Christoph
_______________________________________________
PyGreSQL mailing list
[email protected]
http://mailman.vex.net/mailman/listinfo/pygresql
