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

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


Revision: 8791
          http://trac.macosforge.org/projects/calendarserver/changeset/8791
Author:   glyph at apple.com
Date:     2012-02-29 10:16:01 -0800 (Wed, 29 Feb 2012)
Log Message:
-----------
fix test

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:58 UTC (rev 8790)
+++ CalendarServer/branches/users/glyph/case-insensitive-uid/twext/enterprise/dal/syntax.py	2012-02-29 18:16:01 UTC (rev 8791)
@@ -298,6 +298,8 @@
             return NotImplemented
         if isinstance(other, ColumnSyntax):
             return ColumnComparison(self, comparator, other)
+        if isinstance(other, ExpressionSyntax):
+            return CompoundComparison(self, comparator, other)
         else:
             return CompoundComparison(self, comparator, Constant(other))
     return __
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120229/9acee888/attachment-0001.html>


More information about the calendarserver-changes mailing list