summaryrefslogtreecommitdiff
path: root/docs/build/unreleased/1215.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build/unreleased/1215.rst')
-rw-r--r--docs/build/unreleased/1215.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/build/unreleased/1215.rst b/docs/build/unreleased/1215.rst
new file mode 100644
index 0000000..c2c3a08
--- /dev/null
+++ b/docs/build/unreleased/1215.rst
@@ -0,0 +1,9 @@
+.. change::
+ :tags: bug, operations
+ :tickets: 1215
+
+ Fixed issue where using a directive such as ``op.create_foreign_key()`` to
+ create a self-referential constraint on a single table where the same
+ column were present on both sides (e.g. within a composite foreign key)
+ would produce an error under SQLAlchemy 2.0 and a warning under SQLAlchemy
+ 1.4 indicating that a duplicate column were being added to a table.