diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-02-08 13:13:39 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-02-08 13:13:39 -0500 |
| commit | 7e619d0be41afc3b6cd5e5fceba9dbc5f39b012d (patch) | |
| tree | 7022a38f4ccdaab929550e68968537ff755f4ecd /setup.cfg | |
| parent | c70d7226ee1ced742b0ef4536e2c33aa480a437f (diff) | |
| download | sqlalchemy-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.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
