]> 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:40:41 +0000 (10:40 -0400)
commit0c294d356f7cbb22a8da3fc4552a9c4232c3f69a
tree416da7855b506c96b9e64018b6b2dab20255b6be
parentb2c4a84643d190c05649a56e5bc75a4b381a4017
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
doc/build/changelog/unreleased_13/5146.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/oracle/base.py
test/dialect/oracle/test_reflection.py