diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-06-20 11:06:34 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-06-20 11:07:47 -0400 |
commit | 4e2a89c41b0bb423891767d10bdc3cb1b75eaa5e (patch) | |
tree | 1252ae8b11e230a304fa8bed7fcf6ddf3b012ed3 /test/dialect/postgresql/test_compiler.py | |
parent | 5785b59482498996835dc148fa5f77db36a0705a (diff) | |
download | sqlalchemy-4e2a89c41b0bb423891767d10bdc3cb1b75eaa5e.tar.gz |
remove warnings for index/unique skipped due to exclude_cols
The warnings that are emitted regarding reflection of indexes or unique
constraints, when the :paramref:`.Table.include_columns` parameter is used
to exclude columns that are then found to be part of those constraints,
have been removed. When the :paramref:`.Table.include_columns` parameter is
used it should be expected that the resulting :class:`.Table` construct
will not include constraints that rely upon omitted columns. This change
was made in response to :ticket:`8100` which repaired
:paramref:`.Table.include_columns` in conjunction with foreign key
constraints that rely upon omitted columns, where the use case became
clear that omitting such constraints should be expected.
Fixes: #8102
Change-Id: Id32f628def2d12499cd49d0b436ed345fe49dc6b
Diffstat (limited to 'test/dialect/postgresql/test_compiler.py')
0 files changed, 0 insertions, 0 deletions