]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add changelog
authorNick Wilkinson <nicholas.w@solenya.ai>
Thu, 5 Dec 2024 15:11:42 +0000 (17:11 +0200)
committerNick Wilkinson <nicholas.w@solenya.ai>
Thu, 5 Dec 2024 15:11:42 +0000 (17:11 +0200)
doc/build/changelog/unreleased_20/11724.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_20/11724.rst b/doc/build/changelog/unreleased_20/11724.rst
new file mode 100644 (file)
index 0000000..3e8c436
--- /dev/null
@@ -0,0 +1,7 @@
+.. change::
+    :tags: bug, postgresql
+    :ticket: 11724
+
+    Fixes issue in `get_multi_indexes` in postgresql dialect, where an error
+    would be thrown when attempting to use alembic with a vector index from
+    the pgvecto.rs extension.