From: Eric Masseran Date: Fri, 6 Aug 2021 07:32:40 +0000 (+0200) Subject: Add release note X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6849%2Fhead;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add release note --- diff --git a/doc/build/changelog/unreleased_14/6752.rst b/doc/build/changelog/unreleased_14/6752.rst new file mode 100644 index 0000000000..bdb39ae52d --- /dev/null +++ b/doc/build/changelog/unreleased_14/6752.rst @@ -0,0 +1,8 @@ +.. change:: + :tags: bug, sql + :tickets: 6752 + + Fix :class:`_sql.CTE` added with :meth:`_sql.HasCTE.add_cte` on + :func:`_sql.union`, :func:`_sql.union_all`, :func:`_sql.except`, + :func:`_sql.except_all`, :func:`_sql.intersect` or + :func:`_sql.intersect_all` constructs were not generated. \ No newline at end of file