summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2023-05-12 21:15:55 +0000
committerGerrit Code Review <gerrit@bbpush.zzzcomputing.com>2023-05-12 21:15:55 +0000
commit32a82f7e4d18c0c1459a30cd91e2265971de10f8 (patch)
tree2a9c7ffdcc6f2fa5a5c51a292c9a361541b557cf /docs
parent86d1178e7e96dfd790b5db3cab28b06904c4e22e (diff)
parent8ba4a4435871fe948f8292e7bb5bbc452e7d51ca (diff)
downloadalembic-32a82f7e4d18c0c1459a30cd91e2265971de10f8.tar.gz
Merge "dont compare unique constraint and index sigs to each other" into main
Diffstat (limited to 'docs')
-rw-r--r--docs/build/unreleased/1240.rst8
1 files changed, 8 insertions, 0 deletions
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.