[CalendarServer-changes] [11061] CalendarServer/branches/users/glyph/start-service-start-loop/twext/ enterprise/dal/syntax.py
source_changes at macosforge.org
source_changes at macosforge.org
Thu Apr 18 16:32:59 PDT 2013
Revision: 11061
http://trac.calendarserver.org//changeset/11061
Author: glyph at apple.com
Date: 2013-04-18 16:32:59 -0700 (Thu, 18 Apr 2013)
Log Message:
-----------
Add support for 'qmark' placeholder, which is technically sqlite's native one.
Modified Paths:
--------------
CalendarServer/branches/users/glyph/start-service-start-loop/twext/enterprise/dal/syntax.py
Modified: CalendarServer/branches/users/glyph/start-service-start-loop/twext/enterprise/dal/syntax.py
===================================================================
--- CalendarServer/branches/users/glyph/start-service-start-loop/twext/enterprise/dal/syntax.py 2013-04-18 23:26:07 UTC (rev 11060)
+++ CalendarServer/branches/users/glyph/start-service-start-loop/twext/enterprise/dal/syntax.py 2013-04-18 23:32:59 UTC (rev 11061)
@@ -147,7 +147,8 @@
_paramstyles = {
'pyformat': partial(FixedPlaceholder, "%s"),
- 'numeric': NumericPlaceholder
+ 'numeric': NumericPlaceholder,
+ 'qmark': defaultPlaceholder,
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130418/6c67c39e/attachment-0001.html>
More information about the calendarserver-changes
mailing list