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