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 scott.urban
Recipients ghaering, r.david.murray, scott.urban
Date 2010-12-20.22:08:46
SpamBayes Score 7.919144e-06
Marked as misclassified No
Message-id <1292882932.55.0.156857878793.issue10740@psf.upfronthosting.co.za>
In-reply-to
Content
I find the way that the sqlite3 module handles transactions pretty
surprising in general, but I agree that someone who got used
to DDL not rolling back could in theory find this patch surprising.

We will apply this patch to our python build because having DDL
covered by a transactions is convenient for certain tasks. If anyone
can think of a problem with this simple patch, I'd like to hear it.

Thanks
Scott
History
Date User Action Args
2010-12-20 22:08:52scott.urbansetrecipients: + scott.urban, ghaering, r.david.murray
2010-12-20 22:08:52scott.urbansetmessageid: <1292882932.55.0.156857878793.issue10740@psf.upfronthosting.co.za>
2010-12-20 22:08:46scott.urbanlinkissue10740 messages
2010-12-20 22:08:46scott.urbancreate