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 zzzeek
Recipients Jeremy Banks, Jim.Jewett, Mark.Bucciarelli, Ronny.Pfannschmidt, adamtj, asvetlov, aymeric.augustin, bkircher, bulb, dholth, flox, ghaering, monsanto, pitrou, r.david.murray, rhunter, scott.urban, torsten, tshepang, zzzeek
Date 2016-03-23.13:48:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458740937.27.0.54808978671.issue10740@psf.upfronthosting.co.za>
In-reply-to
Content
@Rian - implicit transactions are part of the DBAPI spec. Looking at the original description, the purpose of this bug is to not *end* the transaction when DDL is received.   So there's no solution for "database is locked" here, other than pysqlite's usual behavior of not emitting BEGIN until DML is encountered (which works well).
History
Date User Action Args
2016-03-23 13:48:57zzzeeksetrecipients: + zzzeek, ghaering, pitrou, Jeremy Banks, r.david.murray, asvetlov, flox, adamtj, dholth, torsten, monsanto, scott.urban, aymeric.augustin, tshepang, Ronny.Pfannschmidt, Mark.Bucciarelli, Jim.Jewett, bulb, bkircher, rhunter
2016-03-23 13:48:57zzzeeksetmessageid: <1458740937.27.0.54808978671.issue10740@psf.upfronthosting.co.za>
2016-03-23 13:48:57zzzeeklinkissue10740 messages
2016-03-23 13:48:56zzzeekcreate