[CalendarServer-changes] [6047] CalendarServer/branches/users/glyph/sql-store/txcaldav/calendarstore /postgres.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 11 08:26:48 PDT 2010


Revision: 6047
          http://trac.macosforge.org/projects/calendarserver/changeset/6047
Author:   glyph at apple.com
Date:     2010-08-11 08:26:46 -0700 (Wed, 11 Aug 2010)
Log Message:
-----------
transaction attribute for index object

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/sql-store/txcaldav/calendarstore/postgres.py

Modified: CalendarServer/branches/users/glyph/sql-store/txcaldav/calendarstore/postgres.py
===================================================================
--- CalendarServer/branches/users/glyph/sql-store/txcaldav/calendarstore/postgres.py	2010-08-11 15:19:16 UTC (rev 6046)
+++ CalendarServer/branches/users/glyph/sql-store/txcaldav/calendarstore/postgres.py	2010-08-11 15:26:46 UTC (rev 6047)
@@ -727,6 +727,11 @@
         self.calendar = calendar
 
 
+    @property
+    def _txn(self):
+        return self.calendar._txn
+
+
     def reserveUID(self, uid):
         pass
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100811/ad279b12/attachment-0001.html>


More information about the calendarserver-changes mailing list