diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2005-10-22 06:41:55 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2005-10-22 06:41:55 +0000 |
commit | 9f52adb88339e1a19397db82e63bc180f7735db6 (patch) | |
tree | 1b1d3d8cf2b049a9b691a334c8a6f5a93a096708 /test/tables.py | |
parent | b8418eef7eb28adbf1eeed4b25ad6c0044ff2ec6 (diff) | |
download | sqlalchemy-9f52adb88339e1a19397db82e63bc180f7735db6.tar.gz |
Diffstat (limited to 'test/tables.py')
-rw-r--r-- | test/tables.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/tables.py b/test/tables.py index 5fb7a0bad..a5e8bdbee 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': |