[CalendarServer-changes] [7126] CalendarServer/branches/users/glyph/oracle/txdav/common/datastore/ sql.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 7 19:02:06 PST 2011


Revision: 7126
          http://trac.macosforge.org/projects/calendarserver/changeset/7126
Author:   glyph at apple.com
Date:     2011-03-07 19:02:06 -0800 (Mon, 07 Mar 2011)
Log Message:
-----------
relay the dialect attribute from the SQL transaction

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/oracle/txdav/common/datastore/sql.py

Modified: CalendarServer/branches/users/glyph/oracle/txdav/common/datastore/sql.py
===================================================================
--- CalendarServer/branches/users/glyph/oracle/txdav/common/datastore/sql.py	2011-03-08 03:01:55 UTC (rev 7125)
+++ CalendarServer/branches/users/glyph/oracle/txdav/common/datastore/sql.py	2011-03-08 03:02:06 UTC (rev 7126)
@@ -178,6 +178,7 @@
         CommonStoreTransaction._homeClass[EADDRESSBOOKTYPE] = AddressBookHome
         self._sqlTxn = sqlTxn
         self.paramstyle = sqlTxn.paramstyle
+        self.dialect = sqlTxn.dialect
 
 
     def store(self):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110307/ed4e523a/attachment.html>


More information about the calendarserver-changes mailing list