On Nov 27, 2014 4:26 AM, "Frank Millman" <fr...@chagford.com> wrote:
> All Python database adaptors that I have used start a transaction when you
> open a cursor. I have just re-read DB-API 2.0, and I cannot see anything
> that specifies this behaviour, but AFAICT this is what happens.

I don't know how others work, but cx_Oracle starts a transaction when you
execute a statement, not when you open a cursor.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to