R. David Murray added the comment:

> My take is to avoid the problem entirely, and not inflict it to new users, by 
> providing an option to start in autocommit mode and then create transactions 
> only when you want them.

If this statement is accurate, the what you are proposing is just a different 
(presumably clearer) spelling for 'isolation_level = None'?

I also don't understand why we don't just fix the screwy behavior with regards 
to savepoint.  It's hard to see how fixing that could be a backward 
compatibility problem (in a feature release), since you can't use savepoints 
without isolation_level=None as it stands now.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10740>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to