diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-02 14:42:57 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-02 14:42:57 -0400 |
| commit | 7c80e521f00a52254678acb7dab632be3e6d0119 (patch) | |
| tree | aef400f87e7f8613c632d478769b415393a69d27 /doc | |
| parent | 32165f50209036a98959553e1c5e81537a091a15 (diff) | |
| download | sqlalchemy-7c80e521f00a52254678acb7dab632be3e6d0119.tar.gz | |
- Fixed bug in CTE where ``literal_binds`` compiler argument would not
be always be correctly propagated when one CTE referred to another
aliased CTE in a statement.
Fixes #3154
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_09.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index afc51f240..cde13441f 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -14,6 +14,15 @@ :version: 0.9.8 .. change:: + :tags: bug, sql + :versions: 1.0.0 + :tickets: 3154 + + Fixed bug in CTE where ``literal_binds`` compiler argument would not + be always be correctly propagated when one CTE referred to another + aliased CTE in a statement. + + .. change:: :tags: bug, postgresql :versions: 1.0.0 :tickets: 3075 |
