]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Reflect comments from any table accessible by the current user
authorGord Thompson <gord@gordthompson.com>
Mon, 9 Mar 2020 21:50:53 +0000 (17:50 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Mar 2020 14:42:38 +0000 (10:42 -0400)
commit3c353ec9e3307745fd13ce706f7c2faf59dc97c8
tree99a706d85ecb52694841617fca763a223a420fff
parent262eeb4b505a9090a167eab614ebcc36e3e1dafa
Reflect comments from any table accessible by the current user

Fixed a reflection bug where table comments could only be retrieved for
tables actually owned by the user but not for tables visible to the user
but owned by someone else.  Pull request courtesy Dave Hirschfeld.

Fixes: #5146
Closes: #5147
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/5147
Pull-request-sha: 0651e3bed05923765203b37986a2506dac3e634e

Change-Id: If970fda10d6adf04d926d38df1a567df1de9f7b9
(cherry picked from commit 0c294d356f7cbb22a8da3fc4552a9c4232c3f69a)
doc/build/changelog/unreleased_13/5146.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/oracle/base.py
test/dialect/oracle/test_reflection.py