zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #00936
[Bug 566184] Re: Deletes are not committed
Fixed in r1415
--
Deletes are not committed
https://bugs.launchpad.net/bugs/566184
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.
Status in Zeitgeist Framework: Fix Committed
Bug description:
When we do engine.delete_events(ids) we never call commit() on the sqlite3 connection. This means that if the engine is shut down before we've committed because of other circumstances (eg. insert_events()) then the deleted items will reappear
Follow ups
References