]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Add changelog 1672/head
authorJustin Malin <justin@joincandidhealth.com>
Thu, 12 Jun 2025 19:14:06 +0000 (19:14 +0000)
committerJustin Malin <justin@joincandidhealth.com>
Thu, 12 Jun 2025 19:14:06 +0000 (19:14 +0000)
docs/build/unreleased/1672.rst [new file with mode: 0644]

diff --git a/docs/build/unreleased/1672.rst b/docs/build/unreleased/1672.rst
new file mode 100644 (file)
index 0000000..0c636bb
--- /dev/null
@@ -0,0 +1,10 @@
+.. change::
+    :tags: usecase, operations
+    :tickets: 1671
+    Fixed an issue where dialect-specific keyword arguments, dialect_kwargs, were
+    not passed through when using the op.create_foreign_key() operation. This
+    prevented the use of backend-specific foreign key options, such as
+    postgresql_not_valid for PostgreSQL constraints. The renderer for
+    ops.CreateForeignKeyOp now correctly includes these arguments, aligning its
+    behavior with other constraint operations.
+    Pull request courtesy of Justin Malin.