[issue10513] sqlite3.InterfaceError after commit

Anders Blomdell report at bugs.python.org
Thu Feb 16 23:35:04 CET 2012


Anders Blomdell <anders.blomdell at control.lth.se> added the comment:

> 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 :-)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10513>
_______________________________________


More information about the Python-bugs-list mailing list