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 exarkun, ghaering, l0nwlf, r.david.murray
Date 2010-05-28.20:23:44
SpamBayes Score 0.01810074
Marked as misclassified No
Message-id <1275078227.12.0.324137106226.issue8845@psf.upfronthosting.co.za>
In-reply-to
Content
@exarkun: yes, but since the module is already tracking that information, it seems silly to duplicate it in my code, especially since that duplication could include data-losing bugs.

@l0nwlf: its behaviour is in accord with the module documentation, which talks about the fact that issuing a create statement (for example) commits the current transaction.  So in_transaction is an accurate representation of what sqlite3 is actually doing.
History
Date User Action Args
2010-05-28 20:23:47r.david.murraysetrecipients: + r.david.murray, ghaering, exarkun, l0nwlf
2010-05-28 20:23:47r.david.murraysetmessageid: <1275078227.12.0.324137106226.issue8845@psf.upfronthosting.co.za>
2010-05-28 20:23:45r.david.murraylinkissue8845 messages
2010-05-28 20:23:45r.david.murraycreate