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

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 29 10:15:52 PST 2012


Revision: 8788
          http://trac.macosforge.org/projects/calendarserver/changeset/8788
Author:   glyph at apple.com
Date:     2012-02-29 10:15:52 -0800 (Wed, 29 Feb 2012)
Log Message:
-----------
DAL syntax for SQL upper and lower functions

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/case-insensitive-uid/twext/enterprise/dal/syntax.py

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

Modified: CalendarServer/branches/users/glyph/case-insensitive-uid/twext/enterprise/dal/syntax.py
===================================================================
--- CalendarServer/branches/users/glyph/case-insensitive-uid/twext/enterprise/dal/syntax.py	2012-02-29 18:15:48 UTC (rev 8787)
+++ CalendarServer/branches/users/glyph/case-insensitive-uid/twext/enterprise/dal/syntax.py	2012-02-29 18:15:52 UTC (rev 8788)
@@ -420,6 +420,8 @@
 Count = Function("count")
 Max = Function("max")
 Len = Function("character_length", "length")
+Upper = Function("upper")
+Lower = Function("lower")
 
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120229/b49dfea7/attachment-0001.html>


More information about the calendarserver-changes mailing list