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 paulmelis
Recipients anders.blomdell@control.lth.se, fviard, ghaering, ned.deily, paulmelis
Date 2013-04-22.19:57:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366660651.56.0.107235780683.issue10513@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch that removes the
pysqlite_do_all_statements(self, ACTION_RESET, 0);
call.

It also adds the sqlite error code to one of the exceptions raised, as the error message is misleading in case the ACTION_RESET is left in (I forgot what sqlite error is actually raised in that case).

I've been using this patch for some while now with 2.7.3 and it fixes similar problems as noted in this thread.
History
Date User Action Args
2013-04-22 19:57:31paulmelissetrecipients: + paulmelis, ghaering, ned.deily, anders.blomdell@control.lth.se, fviard
2013-04-22 19:57:31paulmelissetmessageid: <1366660651.56.0.107235780683.issue10513@psf.upfronthosting.co.za>
2013-04-22 19:57:31paulmelislinkissue10513 messages
2013-04-22 19:57:31paulmeliscreate