sqlite seems to perform ok for me

This commit is contained in:
sqlcoder
2010-02-06 10:28:17 +00:00
parent ef2a8aca14
commit 4a0fcd62a0
+2 -2
View File
@@ -380,8 +380,8 @@ class Database:
import sqlite3
if use_pool:
sqlite3 = pool.manage(sqlite3, pool_size=1)
else:
log.warning("SQLite won't work well without 'sqlalchemy' installed.")
#else:
# log.warning("SQLite won't work well without 'sqlalchemy' installed.")
if database != ":memory:":
if not os.path.isdir(self.config.dir_database):