diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-08-29 17:06:05 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-08-29 17:06:05 -0400 |
commit | 36fa24603f20ff6afc537cc97310d90efc667959 (patch) | |
tree | 24521f57bd061dd7975961103339acdd906e8790 /test/orm/inheritance/test_basic.py | |
parent | 87fd1e3260d957ae25c44cc2ac30ce97feb89b35 (diff) | |
download | sqlalchemy-36fa24603f20ff6afc537cc97310d90efc667959.tar.gz |
- Oracle reflection of indexes has been tuned so
that indexes which include some or all primary
key columns, but not the same set of columns
as that of the primary key, are reflected.
Indexes which contain the identical columns
as that of the primary key are skipped within
reflection, as the index in that case is assumed
to be the auto-generated primary key index.
Previously, any index with PK columns present
would be skipped. Thanks to Kent Bower
for the patch. [ticket:1867]
- Oracle now reflects the names of primary key
constraints - also thanks to Kent Bower.
[ticket:1868]
Diffstat (limited to 'test/orm/inheritance/test_basic.py')
0 files changed, 0 insertions, 0 deletions