]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add changelog
authorEric Masseran <eric.masseran@gmail.com>
Mon, 4 Oct 2021 13:43:09 +0000 (15:43 +0200)
committerEric Masseran <eric.masseran@gmail.com>
Mon, 4 Oct 2021 13:43:09 +0000 (15:43 +0200)
doc/build/changelog/unreleased_14/4823.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_14/4823.rst b/doc/build/changelog/unreleased_14/4823.rst
new file mode 100644 (file)
index 0000000..0eb9c1d
--- /dev/null
@@ -0,0 +1,6 @@
+.. change::
+    :tags: bug, sql
+    :tickets: 4823
+
+    Fix :class:`_sql.CTE` with :class:`_sql.CTE.recursive` set to True
+    and :class:`_sql.CTE.nesting` set to True was not properly compiled.
\ No newline at end of file