From 0d73a8f8b96f42cb65968447b0e518fff3176869 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 14 Oct 2005 05:05:53 +0000 Subject: [PATCH] --- test/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.2