]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed table reflection for Oracle when accessing a synonym that refers
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Dec 2012 23:28:08 +0000 (18:28 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Dec 2012 23:28:08 +0000 (18:28 -0500)
commit70d38af42e42016601ad81119b42f7bc381f5f43
tree0eeceb8f93df7f85901a4df23ea73126e7496deb
parentee8dde9f1cfea8529c11e0f35d99a76d51e45322
Fixed table reflection for Oracle when accessing a synonym that refers
to a DBLINK remote database; while the syntax has been present in the
Oracle dialect for some time, up until now it has never been tested.
The syntax has been tested against a sample database linking to itself,
however there's still some uncertainty as to what should be used for the
"owner" when querying the remote database for table information.
Currently, the value of "username" from user_db_links is used to
match the "owner".  [ticket:2619]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/dialects/oracle/base.py
lib/sqlalchemy/testing/plugin/noseplugin.py
setup.cfg
test/dialect/test_oracle.py
test/requirements.py