Merge lp:~seif/zeitgeist/improve-big-inserts-clean into lp:zeitgeist/0.1

Proposed by Seif Lotfy
Status: Merged
Merged at revision: 1585
Proposed branch: lp:~seif/zeitgeist/improve-big-inserts-clean
Merge into: lp:zeitgeist/0.1
Diff against target: 12 lines (+0/-2)
1 file modified
_zeitgeist/engine/main.py (+0/-2)
To merge this branch: bzr merge lp:~seif/zeitgeist/improve-big-inserts-clean
Reviewer Review Type Date Requested Status
Markus Korn Approve
Review via email: mp+35763@code.launchpad.net

Description of the change

This is a clean version of my fix to reduce commits.

To post a comment you must log in.
Revision history for this message
Markus Korn (thekorn) wrote :

Approved based on the comments by Mikkel and me on the other merge proposal

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '_zeitgeist/engine/main.py'
2--- _zeitgeist/engine/main.py 2010-09-16 07:14:37 +0000
3+++ _zeitgeist/engine/main.py 2010-09-17 00:11:44 +0000
4@@ -590,8 +590,6 @@
5 self._actor[event.actor]))
6 return self._cursor.fetchone()[0]
7
8- self._cursor.connection.commit()
9-
10 return id
11
12 def _store_payload (self, event):

Subscribers

People subscribed via source and target branches