From: Denis Laxalde Date: Thu, 13 Mar 2025 10:21:42 +0000 (+0100) Subject: Add changelog entry X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12421%2Fhead;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add changelog entry --- diff --git a/doc/build/changelog/unreleased_20/11595.rst b/doc/build/changelog/unreleased_20/11595.rst new file mode 100644 index 0000000000..6784b9b3c6 --- /dev/null +++ b/doc/build/changelog/unreleased_20/11595.rst @@ -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.