dabo Commit
Revision 2239
Date: 2006-06-26 17:49:27 -0700 (Mon, 26 Jun 2006)
Author: ed

Changed:
U   trunk/dabo/db/dbFirebird.py

Log:
This adds the change that removes the mx.DateTime requirement. I thought that 
it had already been done (it was on my machine), but apparently was never 
committed to SVN.


Diff:
Modified: trunk/dabo/db/dbFirebird.py
===================================================================
--- trunk/dabo/db/dbFirebird.py 2006-06-25 18:05:47 UTC (rev 2238)
+++ trunk/dabo/db/dbFirebird.py 2006-06-27 00:49:27 UTC (rev 2239)
@@ -11,6 +11,7 @@
                self.dbModuleName = "kinterbasdb"
                self.fieldPat = 
re.compile("([A-Za-z_][A-Za-z0-9-_]+)\.([A-Za-z_][A-Za-z0-9-_]+)")
                import kinterbasdb
+               kinterbasdb.init(type_conv=200)
                self.dbapi = kinterbasdb
 
 




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to