]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- An adjustment to table/index reflection such that if an index
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Sep 2014 18:18:09 +0000 (14:18 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Sep 2014 18:18:09 +0000 (14:18 -0400)
commitec840a6eea05ac031a55d262dc370bed942b2212
tree9cd73f0a285fad400ca0e25cff6eccbf57d31af2
parent9ee89dc88671a8c5d005c5baf3b2a7be58fee8ed
- An adjustment to table/index reflection such that if an index
reports a column that isn't found to be present in the table,
a warning is emitted and the column is skipped.  This can occur
for some special system column situations as has been observed
with Oracle. fixes #3180
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/engine/reflection.py
test/engine/test_reflection.py