]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
(no commit message)
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Oct 2005 05:38:30 +0000 (05:38 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Oct 2005 05:38:30 +0000 (05:38 +0000)
test/tables.py

index 79f32cf554ae6f1b016f70c7a64e5a056160ed4c..5a081e4781eae34353fae05ca95274182746a3ac 100644 (file)
@@ -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'