diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-09-17 13:11:22 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-09-17 13:11:22 -0400 |
| commit | be57def4b909a447b10fff21bf957c804132b5ec (patch) | |
| tree | 8f9e49f29d7a1eba4a769d736f7f97d10390366e /setup.cfg | |
| parent | 27617986bbeb028cd2cc0a021e20df517e12a2c5 (diff) | |
| download | sqlalchemy-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.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |
