]> 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:11:53 +0000 (19:11 -0400)
commit5070c81ab963c1432bbbecf38d4cad7ac7b81652
tree82c304f4b6d98b2f5373dba5bbd2ba5c5c1cd734
parent3e67b32100cc5f8fd273d626b6a9acddb8ccb8fd
- 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