[CalendarServer-changes] [6130] CalendarServer/trunk/txcaldav/calendarstore/postgres.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 19 09:33:16 PDT 2010


Revision: 6130
          http://trac.macosforge.org/projects/calendarserver/changeset/6130
Author:   glyph at apple.com
Date:     2010-08-19 09:33:14 -0700 (Thu, 19 Aug 2010)
Log Message:
-----------
correct the table name to fix a test failure, although this just reveals a different failure

Modified Paths:
--------------
    CalendarServer/trunk/txcaldav/calendarstore/postgres.py

Modified: CalendarServer/trunk/txcaldav/calendarstore/postgres.py
===================================================================
--- CalendarServer/trunk/txcaldav/calendarstore/postgres.py	2010-08-19 02:37:03 UTC (rev 6129)
+++ CalendarServer/trunk/txcaldav/calendarstore/postgres.py	2010-08-19 16:33:14 UTC (rev 6130)
@@ -2206,7 +2206,7 @@
         else:
             self._txn.execSQL(
                 """
-                update ADDRESSBOOK set
+                update ADDRESSBOOK_OBJECT set
                 (VCARD_TEXT, VCARD_UID, MODIFIED)
                  =
                 (%s, %s, timezone('UTC', CURRENT_TIMESTAMP))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100819/f845559f/attachment.html>


More information about the calendarserver-changes mailing list