]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add changelog entry 12421/head
authorDenis Laxalde <denis@laxalde.org>
Thu, 13 Mar 2025 10:21:42 +0000 (11:21 +0100)
committerDenis Laxalde <denis@laxalde.org>
Thu, 13 Mar 2025 10:21:42 +0000 (11:21 +0100)
doc/build/changelog/unreleased_20/11595.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_20/11595.rst b/doc/build/changelog/unreleased_20/11595.rst
new file mode 100644 (file)
index 0000000..6784b9b
--- /dev/null
@@ -0,0 +1,7 @@
+.. change::
+    :tags: feature, postgresql
+    :tickets: 11595, 11946
+
+    Added support for specifying a list of columns for ``SET NULL`` and
+    ``SET DEFAULT`` actions of ``ON DELETE`` clause of foreign key definition on
+    PostgreSQL.