From: Mike Bayer Date: Sat, 22 Oct 2005 06:41:55 +0000 (+0000) Subject: (no commit message) X-Git-Tag: rel_0_1_0~474 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f52adb88339e1a19397db82e63bc180f7735db6;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git --- diff --git a/test/tables.py b/test/tables.py index 5fb7a0bad4..a5e8bdbeec 100644 --- a/test/tables.py +++ b/test/tables.py @@ -9,11 +9,11 @@ import testbase __ALL__ = ['db', 'users', 'addresses', 'orders', 'orderitems', 'keywords', 'itemkeywords'] ECHO = testbase.echo -DATA = False -CREATE = False -#CREATE = True -#DBTYPE = 'sqlite_memory' -DBTYPE = 'postgres' +DATA = True +#CREATE = False +CREATE = True +DBTYPE = 'sqlite_memory' +#DBTYPE = 'postgres' #DBTYPE = 'sqlite_file' if DBTYPE == 'sqlite_memory':