psycopg, transactions and multiple cursors

Diez B. Roggisch deetsNOSPAM at web.de
Mon Nov 8 10:16:51 EST 2004


I just found the commit.py example in psycopg's docs (on debian its
installed automatically, but it should be in the source distribution ) - it
shows that what you want is possible. From what I see, it lacks the BEGIN
statement on a cursor, and commits on the connection - so maybe you should
ommit that statement and see what happens.  


-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list