[CalendarServer-changes] [3277] CalendarServer/trunk/twistedcaldav/sql.py
source_changes at macosforge.org
source_changes at macosforge.org
Thu Oct 30 08:02:13 PDT 2008
Revision: 3277
http://trac.macosforge.org/projects/calendarserver/changeset/3277
Author: cdaboo at apple.com
Date: 2008-10-30 08:02:13 -0700 (Thu, 30 Oct 2008)
Log Message:
-----------
Missed one change from previous commit.
Modified Paths:
--------------
CalendarServer/trunk/twistedcaldav/sql.py
Modified: CalendarServer/trunk/twistedcaldav/sql.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/sql.py 2008-10-30 14:55:12 UTC (rev 3276)
+++ CalendarServer/trunk/twistedcaldav/sql.py 2008-10-30 15:02:13 UTC (rev 3277)
@@ -216,8 +216,10 @@
"""
Recreate the database tables.
"""
- pass
+ # Always commit at the end of this method as we have an open transaction from previous methods.
+ self._db_commit()
+
def _db_upgrade(self, old_version):
"""
Upgrade the database tables.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081030/8efdaf97/attachment.html>
More information about the calendarserver-changes
mailing list