zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #00935
[Bug 566184] [NEW] Deletes are not committed
Public bug reported:
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
** Affects: zeitgeist
Importance: Undecided
Assignee: Mikkel Kamstrup Erlandsen (kamstrup)
Status: Fix Committed
** Changed in: zeitgeist
Status: New => Fix Committed
** Changed in: zeitgeist
Milestone: None => 0.3.3
** Changed in: zeitgeist
Assignee: (unassigned) => Mikkel Kamstrup Erlandsen (kamstrup)
--
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