From: Mike Bayer Date: Fri, 14 Oct 2005 05:05:53 +0000 (+0000) Subject: (no commit message) X-Git-Tag: rel_0_1_0~552 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d73a8f8b96f42cb65968447b0e518fff3176869;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git --- diff --git a/test/tables.py b/test/tables.py index 882efbc98b..911c90322c 100644 --- a/test/tables.py +++ b/test/tables.py @@ -12,7 +12,7 @@ ECHO = testbase.echo DATA = True DBTYPE = 'sqlite_memory' -DBTYPE = 'sqlite_file' +#DBTYPE = 'sqlite_file' if DBTYPE == 'sqlite_memory': db = sqlalchemy.engine.create_engine('sqlite', ':memory:', {}, echo = testbase.echo)