[CalendarServer-changes] [6784] CalendarServer/branches/users/glyph/dal/txdav/base/datastore/test/ test_sqlsyntax.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Jan 19 13:00:40 PST 2011


Revision: 6784
          http://trac.macosforge.org/projects/calendarserver/changeset/6784
Author:   glyph at apple.com
Date:     2011-01-19 13:00:40 -0800 (Wed, 19 Jan 2011)
Log Message:
-----------
it's single-= in sql

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/dal/txdav/base/datastore/test/test_sqlsyntax.py

Modified: CalendarServer/branches/users/glyph/dal/txdav/base/datastore/test/test_sqlsyntax.py
===================================================================
--- CalendarServer/branches/users/glyph/dal/txdav/base/datastore/test/test_sqlsyntax.py	2011-01-19 21:00:29 UTC (rev 6783)
+++ CalendarServer/branches/users/glyph/dal/txdav/base/datastore/test/test_sqlsyntax.py	2011-01-19 21:00:40 UTC (rev 6784)
@@ -179,7 +179,7 @@
                                              self.schema.FOO.BAR)).toSQL(),
             SQLStatement(
                 "select FOO.BAR, OTHER.BAR from FOO "
-                "join OTHER on FOO_BAR == FOO.BAR"
+                "join OTHER on FOO_BAR = FOO.BAR"
             )
         )
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110119/2fa85add/attachment-0001.html>


More information about the calendarserver-changes mailing list