[CalendarServer-changes] [9587] CalendarServer/branches/users/glyph/q

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 11 01:54:31 PDT 2012


Revision: 9587
          http://trac.macosforge.org/projects/calendarserver/changeset/9587
Author:   glyph at apple.com
Date:     2012-08-11 01:54:31 -0700 (Sat, 11 Aug 2012)
Log Message:
-----------
SQL arguments too, please.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/q/twext/enterprise/dal/test/test_sqlsyntax.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/q/

Modified: CalendarServer/branches/users/glyph/q/twext/enterprise/dal/test/test_sqlsyntax.py
===================================================================
--- CalendarServer/branches/users/glyph/q/twext/enterprise/dal/test/test_sqlsyntax.py	2012-08-11 08:54:30 UTC (rev 9586)
+++ CalendarServer/branches/users/glyph/q/twext/enterprise/dal/test/test_sqlsyntax.py	2012-08-11 08:54:31 UTC (rev 9587)
@@ -976,7 +976,7 @@
         self.assertEqual(
             execed,
             [["insert into FOO (BAR, BAZ) values (:1, :2)", [39, 82]],
-             ["select BAR, BAZ from FOO where rowid = last_insert_rowid()"]]
+             ["select BAR, BAZ from FOO where rowid = last_insert_rowid()", []]]
         )
         self.assertEqual(result, [2])
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120811/07b1ab7b/attachment-0001.html>


More information about the calendarserver-changes mailing list