summaryrefslogtreecommitdiff
path: root/test/tables.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2005-10-22 23:36:49 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2005-10-22 23:36:49 +0000
commit8d60fc7e9f5187a6dec927e44905101d3d35aa24 (patch)
tree2c72d0a0adf0eabfe70d116bb8baf6c5d1e537c9 /test/tables.py
parentdbf38046eb69d3de25828650af2a403ddff4eb9d (diff)
downloadsqlalchemy-8d60fc7e9f5187a6dec927e44905101d3d35aa24.tar.gz
Diffstat (limited to 'test/tables.py')
-rw-r--r--test/tables.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tables.py b/test/tables.py
index 1c9cf5297..845077716 100644
--- a/test/tables.py
+++ b/test/tables.py
@@ -10,8 +10,8 @@ __ALL__ = ['db', 'users', 'addresses', 'orders', 'orderitems', 'keywords', 'item
ECHO = testbase.echo
-DBTYPE = 'sqlite_memory'
-#DBTYPE = 'postgres'
+#DBTYPE = 'sqlite_memory'
+DBTYPE = 'postgres'
#DBTYPE = 'sqlite_file'
if DBTYPE == 'sqlite_memory':