]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix reflection of FK against a unique index
authorGord Thompson <gord@gordthompson.com>
Sat, 9 Oct 2021 19:58:36 +0000 (13:58 -0600)
committermike bayer <mike_mp@zzzcomputing.com>
Thu, 14 Oct 2021 22:38:18 +0000 (22:38 +0000)
commitfa247a04682a08a574d4f8356f62f474db1cdb57
tree948ed210733580162982b579cc1599e27e84f5d2
parentfec2b6560c14bb28ee7fc9d21028844acf700b04
Fix reflection of FK against a unique index

Also implement reflection of ON DELETE, ON UPDATE
as the data is right there.

Fixes: #7160
Change-Id: Ifff871a8cb1d1bea235616042e16ed3b5c5f19f9
doc/build/changelog/unreleased_14/7160.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mssql/base.py
test/dialect/mssql/test_reflection.py
test/requirements.py