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 xiang.zhang
Recipients berker.peksag, serhiy.storchaka, tehybel, xiang.zhang
Date 2016-08-27.19:21:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472325689.42.0.337900232121.issue27881@psf.upfronthosting.co.za>
In-reply-to
Content
This is a follow up of issue27861 and means to fix the second issue mentioned in it.

pysqlite_connection_set_isolation_level now does not check allowed values and when any part fails, it leaves the Connection object in an inconsistent state.

I'll write a patch trying to fix this tomorrow.
History
Date User Action Args
2016-08-27 19:21:29xiang.zhangsetrecipients: + xiang.zhang, berker.peksag, serhiy.storchaka, tehybel
2016-08-27 19:21:29xiang.zhangsetmessageid: <1472325689.42.0.337900232121.issue27881@psf.upfronthosting.co.za>
2016-08-27 19:21:29xiang.zhanglinkissue27881 messages
2016-08-27 19:21:29xiang.zhangcreate