From 8ba4a4435871fe948f8292e7bb5bbc452e7d51ca Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 12 May 2023 12:40:01 -0400 Subject: dont compare unique constraint and index sigs to each other Fixed regression caused by :ticket:`1166` released in version 1.10.0 which caused MySQL unique constraints with multiple columns to not compare correctly within autogenerate, due to different sorting rules on unique constraints vs. indexes, which in MySQL are shared constructs. Change-Id: I5687dde95281f237fd73367d145b9c62e2576a3a Fixes: #1240 --- docs/build/unreleased/1240.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/build/unreleased/1240.rst (limited to 'docs') diff --git a/docs/build/unreleased/1240.rst b/docs/build/unreleased/1240.rst new file mode 100644 index 0000000..19cfd81 --- /dev/null +++ b/docs/build/unreleased/1240.rst @@ -0,0 +1,8 @@ +.. change:: + :tags: bug, mysql, regression + :tickets: 1240 + + Fixed regression caused by :ticket:`1166` released in version 1.10.0 which + caused MySQL unique constraints with multiple columns to not compare + correctly within autogenerate, due to different sorting rules on unique + constraints vs. indexes, which in MySQL are shared constructs. -- cgit v1.2.1