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 anders.blomdell@control.lth.se
Recipients anders.blomdell@control.lth.se, fviard, ghaering, ned.deily
Date 2012-02-16.22:35:03
SpamBayes Score 9.000461e-05
Marked as misclassified No
Message-id <1329431704.33.0.563802828617.issue10513@psf.upfronthosting.co.za>
In-reply-to
Content
> So my suggestion is to remove in "pysql_connection_commit" the call to :
> pysqlite_do_all_statements(self, ACTION_RESET, 0);
> to bring back the correct old behavior.
That's what I have been running for years, now...

> And also eventually to remove in "pysqlite_connection_rollback" the 
> call to :
> pysqlite_do_all_statements(self, ACTION_RESET, 1);
Have no opinion on this

Would be really nice to not have to fix this in ech new release :-)
History
Date User Action Args
2012-02-16 22:35:04anders.blomdell@control.lth.sesetrecipients: + anders.blomdell@control.lth.se, ghaering, ned.deily, fviard
2012-02-16 22:35:04anders.blomdell@control.lth.sesetmessageid: <1329431704.33.0.563802828617.issue10513@psf.upfronthosting.co.za>
2012-02-16 22:35:03anders.blomdell@control.lth.selinkissue10513 messages
2012-02-16 22:35:03anders.blomdell@control.lth.secreate