]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add release note 6849/head
authorEric Masseran <eric.masseran@gmail.com>
Fri, 6 Aug 2021 07:32:40 +0000 (09:32 +0200)
committerEric Masseran <eric.masseran@gmail.com>
Fri, 6 Aug 2021 07:32:40 +0000 (09:32 +0200)
doc/build/changelog/unreleased_14/6752.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_14/6752.rst b/doc/build/changelog/unreleased_14/6752.rst
new file mode 100644 (file)
index 0000000..bdb39ae
--- /dev/null
@@ -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