This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients Jeremy Banks, Mark.Bucciarelli, Ronny.Pfannschmidt, adamtj, asvetlov, dholth, ghaering, r.david.murray, scott.urban, torsten, tshepang, zzzeek
Date 2014-02-01.21:11:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391289063.29.0.514094799451.issue10740@psf.upfronthosting.co.za>
In-reply-to
Content
As noted above you get that by setting isolation_level to None.  That feature has always been available.  (With isolation_level set to None, the sqlite wrapper module itself never issues any BEGIN statements.)
History
Date User Action Args
2014-02-01 21:11:03r.david.murraysetrecipients: + r.david.murray, ghaering, Jeremy Banks, zzzeek, asvetlov, adamtj, dholth, torsten, scott.urban, tshepang, Ronny.Pfannschmidt, Mark.Bucciarelli
2014-02-01 21:11:03r.david.murraysetmessageid: <1391289063.29.0.514094799451.issue10740@psf.upfronthosting.co.za>
2014-02-01 21:11:03r.david.murraylinkissue10740 messages
2014-02-01 21:11:03r.david.murraycreate