summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2016-02-08 13:13:39 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2016-02-08 13:13:39 -0500
commit7e619d0be41afc3b6cd5e5fceba9dbc5f39b012d (patch)
tree7022a38f4ccdaab929550e68968537ff755f4ecd /setup.cfg
parentc70d7226ee1ced742b0ef4536e2c33aa480a437f (diff)
downloadsqlalchemy-7e619d0be41afc3b6cd5e5fceba9dbc5f39b012d.tar.gz
- adjust to allow dblink tests to work with multiprocess users.
unfortunately the synonym doesn't work for SQL statements here when the dblink is on a different user, testing this is not really critical so just removed it.
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 3881f2b99..e8195cf5b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,7 +24,7 @@ profile_file=test/profiles.txt
# name of a "loopback" link set up on the oracle database.
# to create this, suppose your DB is scott/tiger@xe. You'd create it
# like:
-# create database link test_link connect to scott identified by tiger using 'xe';
+# create public database link test_link connect to scott identified by tiger using 'xe';
oracle_db_link = test_link
# host name of a postgres database that has the postgres_fdw extension.