dabo Commit
Revision 5626
Date: 2010-02-02 11:04:01 -0800 (Tue, 02 Feb 2010)
Author: Uwe_Grauer
Trac: http://trac.dabodev.com/changeset/5626

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

Log:
Added default setting for paramPlaceholder which was introduced in rev 5524.

Diff:
Modified: trunk/dabo/db/dbFirebird.py
===================================================================
--- trunk/dabo/db/dbFirebird.py 2010-02-02 13:53:54 UTC (rev 5625)
+++ trunk/dabo/db/dbFirebird.py 2010-02-02 19:04:01 UTC (rev 5626)
@@ -23,6 +23,7 @@
                import kinterbasdb
                initialized = getattr(kinterbasdb, "initialized", None)
                if not initialized:
+                       self.paramPlaceholder = "?"
                        if initialized is None:
                                # type_conv=200 KeyError with the older 
versions. User will need 
                                # mxDateTime installed as well:



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to