summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-09-17 13:11:22 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-09-17 13:11:22 -0400
commitbe57def4b909a447b10fff21bf957c804132b5ec (patch)
tree8f9e49f29d7a1eba4a769d736f7f97d10390366e /setup.cfg
parent27617986bbeb028cd2cc0a021e20df517e12a2c5 (diff)
downloadsqlalchemy-be57def4b909a447b10fff21bf957c804132b5ec.tar.gz
- repair get_foreign_table_names() for PGInsp/dialect levelpr128
- repair get_view_names() - changelog + migration note
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 51a4e30bf..b70086605 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -31,7 +31,7 @@ oracle_db_link = test_link
# CREATE EXTENSION postgres_fdw;
# GRANT USAGE ON FOREIGN DATA WRAPPER postgres_fdw TO public;
# this can be localhost to create a loopback foreign table
-# postgres_test_db_link = localhost
+postgres_test_db_link = localhost
[db]