mike bayer <mike...@zzzcomputing.com> added the comment:

My own comment here is that I'm supposing the "late BEGIN" behavior is to cut 
down on SQLite's file locking.    I think a way to maintain that convenience 
for most cases, while allowing the stricter behavior that makes SERIALIZABLE 
isolation worthwhile, would be an option to sqlite3.connect() that moves the 
implicit BEGIN to before any DQL, not just DML, statement.

----------

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

Reply via email to