]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where Oracle table reflection using synonyms would fail
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 25 Oct 2013 23:11:53 +0000 (19:11 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 25 Oct 2013 23:12:17 +0000 (19:12 -0400)
commitf1905b619d90163771b61ff99f8f9661b031dbd7
tree7aae9ff193dddb535337ab824571b4f318caa734
parent785e44c48be5a25a71b2f2d4fe5e5219ffcb93a8
- Fixed bug where Oracle table reflection using synonyms would fail
if the synonym and the table were in different remote schemas.
Patch to fix courtesy Kyle Derr. [ticket:2853]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/dialects/oracle/base.py
test/dialect/test_oracle.py