summaryrefslogtreecommitdiff
path: root/docs/build/unreleased
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2023-04-24 11:08:10 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2023-04-24 11:08:10 -0400
commitc6067a5367015b6f1437a4357515e63dd8561829 (patch)
tree0e5947f705eaa57e4d04f59c42c8fcb233c50cf0 /docs/build/unreleased
parent6d5ac4fdf0066fb073636233d8cd334f8f02b5a3 (diff)
downloadalembic-c6067a5367015b6f1437a4357515e63dd8561829.tar.gz
- 1.10.4rel_1_10_4
Diffstat (limited to 'docs/build/unreleased')
-rw-r--r--docs/build/unreleased/1213.rst6
-rw-r--r--docs/build/unreleased/1215.rst9
2 files changed, 0 insertions, 15 deletions
diff --git a/docs/build/unreleased/1213.rst b/docs/build/unreleased/1213.rst
deleted file mode 100644
index 29b88a4..0000000
--- a/docs/build/unreleased/1213.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-.. change::
- :tags: postgresql, autogenerate
- :tickets: 1213
-
- Added support for autogenerate comparison of indexes on PostgreSQL which
- include SQL sort option, such as ``ASC`` or ``NULLS FIRST``.
diff --git a/docs/build/unreleased/1215.rst b/docs/build/unreleased/1215.rst
deleted file mode 100644
index c2c3a08..0000000
--- a/docs/build/unreleased/1215.rst
+++ /dev/null
@@ -1,9 +0,0 @@
-.. 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.