]> 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:21:10 +0000 (14:21 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Sep 2014 18:24:49 +0000 (14:24 -0400)
commit34c0aaeedaf9865ea7aae2a04251c8f06df3230e
treeef753b2c6e2b40ecddc9449221ecd5da06741519
parentda9e8be876fe7ad43d169792b5c09f22417e632d
- 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
lib/sqlalchemy/testing/__init__.py
lib/sqlalchemy/testing/assertions.py
test/engine/test_reflection.py