[CalendarServer-changes] [9564] CalendarServer/branches/users/glyph/q
source_changes at macosforge.org
source_changes at macosforge.org
Sat Aug 11 01:54:11 PDT 2012
Revision: 9564
http://trac.macosforge.org/projects/calendarserver/changeset/9564
Author: glyph at apple.com
Date: 2012-08-11 01:54:11 -0700 (Sat, 11 Aug 2012)
Log Message:
-----------
testing everything with postgres is pretty slow, let's add a sprinkling of SQLite support.
Modified Paths:
--------------
CalendarServer/branches/users/glyph/q/twext/enterprise/ienterprise.py
Property Changed:
----------------
CalendarServer/branches/users/glyph/q/
Modified: CalendarServer/branches/users/glyph/q/twext/enterprise/ienterprise.py
===================================================================
--- CalendarServer/branches/users/glyph/q/twext/enterprise/ienterprise.py 2012-08-11 08:54:10 UTC (rev 9563)
+++ CalendarServer/branches/users/glyph/q/twext/enterprise/ienterprise.py 2012-08-11 08:54:11 UTC (rev 9564)
@@ -42,6 +42,7 @@
POSTGRES_DIALECT = 'postgres-dialect'
ORACLE_DIALECT = 'oracle-dialect'
+SQLITE_DIALECT = 'sqlite-dialect'
ORACLE_TABLE_NAME_MAX = 30
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120811/5c5c3b55/attachment.html>
More information about the calendarserver-changes
mailing list