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

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 16 06:43:05 PST 2011


Revision: 7022
          http://trac.macosforge.org/projects/calendarserver/changeset/7022
Author:   glyph at apple.com
Date:     2011-02-16 06:43:05 -0800 (Wed, 16 Feb 2011)
Log Message:
-----------
retrieve the value from the row

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:42:54 UTC (rev 7021)
+++ CalendarServer/branches/users/glyph/dalify/txdav/common/datastore/sql.py	2011-02-16 14:43:05 UTC (rev 7022)
@@ -2792,7 +2792,7 @@
         if self._objectText is None:
             self._objectText = (
                 yield self._xmlDataFromID.on(
-                    self._txn, resourceID=self._resourceID))
+                    self._txn, resourceID=self._resourceID))[0][0]
         returnValue(self._objectText)
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110216/87eb6ef7/attachment.html>


More information about the calendarserver-changes mailing list