mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-10 19:00:25 -04:00
f6296c19f5
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. Pull request courtesy Denis Laxalde. Fixes: #11595 Closes: #12421 Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/12421 Pull-request-sha:d0394db706Change-Id: I036a559ae4a8efafe9ba64d776a840bd785a7397 (cherry picked from commit39bb17442c)