[CalendarServer-changes] [6998] CalendarServer/branches/users/glyph/dalify/txdav/caldav/datastore/ sql.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 16 06:38:37 PST 2011


Revision: 6998
          http://trac.macosforge.org/projects/calendarserver/changeset/6998
Author:   glyph at apple.com
Date:     2011-02-16 06:38:37 -0800 (Wed, 16 Feb 2011)
Log Message:
-----------
method is 'on', not 'do'

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

Modified: CalendarServer/branches/users/glyph/dalify/txdav/caldav/datastore/sql.py
===================================================================
--- CalendarServer/branches/users/glyph/dalify/txdav/caldav/datastore/sql.py	2011-02-16 14:38:26 UTC (rev 6997)
+++ CalendarServer/branches/users/glyph/dalify/txdav/caldav/datastore/sql.py	2011-02-16 14:38:37 UTC (rev 6998)
@@ -561,7 +561,7 @@
                 tr.FBTYPE                      :
                     icalfbtype_to_indexfbtype["UNKNOWN"],
                 tr.TRANSPARENT                 : transp,
-            }, Return=tr.INSTANCE_ID).do(self._txn))[0][0]
+            }, Return=tr.INSTANCE_ID).on(self._txn))[0][0]
             peruserdata = component.perUserTransparency(None)
             for useruid, transp in peruserdata:
                 (yield Insert({
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110216/5c64c5e2/attachment-0001.html>


More information about the calendarserver-changes mailing list