[CalendarServer-changes] [7013] CalendarServer/branches/users/glyph/dalify/txdav/common/datastore/ sql.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 16 06:41:26 PST 2011


Revision: 7013
          http://trac.macosforge.org/projects/calendarserver/changeset/7013
Author:   glyph at apple.com
Date:     2011-02-16 06:41:26 -0800 (Wed, 16 Feb 2011)
Log Message:
-----------
fix in _syncTokenQuery

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/dalify/txdav/common/datastore/sql.py

Modified: CalendarServer/branches/users/glyph/dalify/txdav/common/datastore/sql.py
===================================================================
--- CalendarServer/branches/users/glyph/dalify/txdav/common/datastore/sql.py	2011-02-16 14:41:15 UTC (rev 7012)
+++ CalendarServer/branches/users/glyph/dalify/txdav/common/datastore/sql.py	2011-02-16 14:41:26 UTC (rev 7013)
@@ -2490,7 +2490,7 @@
     def syncToken(self):
         if self._syncTokenRevision is None:
             self._syncTokenRevision = (
-                yield self._syncTokenRevision.on(
+                yield self._syncTokenQuery.on(
                     self._txn, resourceID=self._resourceID)
             )[0][0]
         returnValue("%s#%s" % (self._resourceID, self._syncTokenRevision))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110216/9876bd76/attachment.html>


More information about the calendarserver-changes mailing list