diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-09-17 12:41:55 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-09-17 12:41:55 -0400 |
commit | 27617986bbeb028cd2cc0a021e20df517e12a2c5 (patch) | |
tree | 47ad5ef0d34fafc7fc64170ead5958d7b3744dc3 | |
parent | 414bc1c64d05c8a5a26043e707c9c0013100ce4b (diff) | |
download | sqlalchemy-27617986bbeb028cd2cc0a021e20df517e12a2c5.tar.gz |
keep this off for the moment as jenkins isn't set up for this yet
-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] |