diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-10-25 19:11:53 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-10-25 19:12:17 -0400 |
| commit | f1905b619d90163771b61ff99f8f9661b031dbd7 (patch) | |
| tree | 7aae9ff193dddb535337ab824571b4f318caa734 /doc | |
| parent | 785e44c48be5a25a71b2f2d4fe5e5219ffcb93a8 (diff) | |
| download | sqlalchemy-f1905b619d90163771b61ff99f8f9661b031dbd7.tar.gz | |
- 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]
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_08.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 5aed2b7d8..a77dd6744 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -11,6 +11,15 @@ :version: 0.8.3 .. change:: + :tags: bug, oracle + :tickets: 2853 + :versions: 0.9.0 + + 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. + + .. change:: :tags: bug, sql :tickets: 2849 :versions: 0.9.0 |
