[Greater-commits] r3620 - trunk/GREAT-ER/Thuban/Model

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Jul 20 10:13:00 CEST 2011


Author: aheinecke
Date: 2011-07-20 10:12:59 +0200 (Wed, 20 Jul 2011)
New Revision: 3620

Modified:
   trunk/GREAT-ER/Thuban/Model/transientdb.py
Log:
Revert r3619 this was a bad hack that lead to other problems later


Modified: trunk/GREAT-ER/Thuban/Model/transientdb.py
===================================================================
--- trunk/GREAT-ER/Thuban/Model/transientdb.py	2011-07-20 08:06:44 UTC (rev 3619)
+++ trunk/GREAT-ER/Thuban/Model/transientdb.py	2011-07-20 08:12:59 UTC (rev 3620)
@@ -62,7 +62,6 @@
         # Counters to produce unique table and column names
         self.num_tables = 0
         self.num_cols = 0
-        self.conn.text_factory = str
         # Since there's only once process using the SQLite database, we
         # might be able to get a tad more speed with default_synchronous
         # OFF. So far I haven't seen any measurable speedup, though.



More information about the Greater-commits mailing list