[CalendarServer-changes] [8801] CalendarServer/branches/users/glyph/case-insensitive-uid

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 29 10:16:32 PST 2012


Revision: 8801
          http://trac.macosforge.org/projects/calendarserver/changeset/8801
Author:   glyph at apple.com
Date:     2012-02-29 10:16:31 -0800 (Wed, 29 Feb 2012)
Log Message:
-----------
a note about addressbooks

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/case-insensitive-uid/txdav/common/datastore/upgrade/sql/upgrade.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/case-insensitive-uid/

Modified: CalendarServer/branches/users/glyph/case-insensitive-uid/txdav/common/datastore/upgrade/sql/upgrade.py
===================================================================
--- CalendarServer/branches/users/glyph/case-insensitive-uid/txdav/common/datastore/upgrade/sql/upgrade.py	2012-02-29 18:16:29 UTC (rev 8800)
+++ CalendarServer/branches/users/glyph/case-insensitive-uid/txdav/common/datastore/upgrade/sql/upgrade.py	2012-02-29 18:16:31 UTC (rev 8801)
@@ -372,7 +372,6 @@
                          Where=home.OWNER_UID == older).on(sqlTxn)
 
 
-
     @inlineCallbacks
     def mergeCaseDuplicates(self, sqlTxn, type):
         """
@@ -398,6 +397,10 @@
                 )
                 self.log_warn("Finished merging case-duplicate home "
                               + repr(newHomeUID) + ".")
+            # Addressbook migration is not (yet) implemented here, because
+            # duplicate data will be somewhat harder to spot and more annoying
+            # there.  The data will still be kept in the database in the in
+            # case-duplicate-prefix home though, so it is possible to retrieve.
 
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120229/03e16a74/attachment.html>


More information about the calendarserver-changes mailing list