[CalendarServer-changes] [14457] twext/branches/users/cdaboo/pod2pod-migration/twext/enterprise/dal/ record.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 19 19:35:37 PST 2015


Revision: 14457
          http://trac.calendarserver.org//changeset/14457
Author:   cdaboo at apple.com
Date:     2015-02-19 19:35:37 -0800 (Thu, 19 Feb 2015)
Log Message:
-----------
Attribute naming tweak.

Modified Paths:
--------------
    twext/branches/users/cdaboo/pod2pod-migration/twext/enterprise/dal/record.py

Modified: twext/branches/users/cdaboo/pod2pod-migration/twext/enterprise/dal/record.py
===================================================================
--- twext/branches/users/cdaboo/pod2pod-migration/twext/enterprise/dal/record.py	2015-02-20 01:47:23 UTC (rev 14456)
+++ twext/branches/users/cdaboo/pod2pod-migration/twext/enterprise/dal/record.py	2015-02-20 03:35:37 UTC (rev 14457)
@@ -210,7 +210,7 @@
         words = columnName.lower().split("_")
 
         def cap(word):
-            if word.lower() in ("id", "uid",):
+            if word.lower() in ("id", "uid", "guid",):
                 return word.upper()
             else:
                 return word.capitalize()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150219/a776e7fc/attachment.html>


More information about the calendarserver-changes mailing list