From: Eric Masseran Date: Fri, 29 Oct 2021 09:28:43 +0000 (+0200) Subject: add release note X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca86c8cc19e447947ca6f76ccf667db8f650fcdb;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add release note --- diff --git a/doc/build/changelog/unreleased_14/7259.rst b/doc/build/changelog/unreleased_14/7259.rst new file mode 100644 index 0000000000..a1bf65b705 --- /dev/null +++ b/doc/build/changelog/unreleased_14/7259.rst @@ -0,0 +1,8 @@ +.. change:: + :tags: sql + :tickets: 7259 + + Render Non-linear CTE with :meth:`_sql.CTE.union` and :meth:`_sql.CTE.union_all` + that accept multiple clauses to render multiple UNIONs. To make it possible, + :meth:`_sql.Select.union` and :meth:`_sql.Select.union_all` accept also multiple + clauses.