diff options
Diffstat (limited to 'doc/build/changelog/changelog_10.rst')
| -rw-r--r-- | doc/build/changelog/changelog_10.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index b59ab392e..87ca1cb31 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -20,6 +20,15 @@ .. change:: :tags: bug, sql + :tickets: 3722 + + Fixed bug in :class:`.CTE` structure which would cause it to not + clone properly when a union was used, as is common in a recursive + CTE. The improper cloning would cause errors when the CTE is used + in various ORM contexts such as that of a :func:`.column_property`. + + .. change:: + :tags: bug, sql :tickets: 3721 Fixed bug whereby :meth:`.Table.tometadata` would make a duplicate |
