From: Mike Bayer Date: Sat, 22 Oct 2005 05:38:30 +0000 (+0000) Subject: (no commit message) X-Git-Tag: rel_0_1_0~477 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77d4a6d2ef04c1032fca3f60e415b46b91298a16;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git --- diff --git a/test/tables.py b/test/tables.py index 79f32cf554..5a081e4781 100644 --- a/test/tables.py +++ b/test/tables.py @@ -9,7 +9,7 @@ import testbase __ALL__ = ['db', 'users', 'addresses', 'orders', 'orderitems', 'keywords', 'itemkeywords'] ECHO = testbase.echo -DATA = True +DATA = False CREATE = False #CREATE = True #DBTYPE = 'sqlite_memory'