summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-07-31 18:42:58 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-07-31 18:48:27 -0400
commit83b5939e2047208b44341e5cb2a67803bd274d0b (patch)
tree3cb321e7bcf22d0cfa3fb56b096ce9c34231e10d /doc
parent6f265a4e6555a6040db1a6dc566825c0ac263fc7 (diff)
downloadsqlalchemy-83b5939e2047208b44341e5cb2a67803bd274d0b.tar.gz
- Fixed bug in common table expression system where if the CTE were
used only as an ``alias()`` construct, it would not render using the WITH keyword. [ticket:2783]
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_07.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_07.rst b/doc/build/changelog/changelog_07.rst
index b3b37861e..59276c73a 100644
--- a/doc/build/changelog/changelog_07.rst
+++ b/doc/build/changelog/changelog_07.rst
@@ -7,6 +7,14 @@
:version: 0.7.11
.. change::
+ :tags: sql, bug, cte
+ :tickets: 2783
+
+ Fixed bug in common table expression system where if the CTE were
+ used only as an ``alias()`` construct, it would not render using the
+ WITH keyword. Also in 0.8.3, 0.7.11.
+
+ .. change::
:tags: bug, sql
:tickets: 2784