diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-05-25 14:08:41 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-05-25 14:08:41 -0400 |
| commit | 482a67e1c68d3123ab91f8141ae58c7daa88e6db (patch) | |
| tree | 09d88bb4d8050032dc98cfa2ff73c80646da9122 /doc | |
| parent | e384347ffb9b29fca146df54284e96a567adae9c (diff) | |
| download | sqlalchemy-482a67e1c68d3123ab91f8141ae58c7daa88e6db.tar.gz | |
- Fixed bug in INSERT..FROM SELECT construct where selecting from a
UNION would wrap the union in an anonymous (e.g. unlabled) subquery.
fixes #3044
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_08.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 6b3c83107..25accc8aa 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -12,6 +12,14 @@ :version: 0.8.7 .. change:: + :tags: bug, sql + :versions: 0.9.5, 1.0.0 + :tickets: 3044 + + Fixed bug in INSERT..FROM SELECT construct where selecting from a + UNION would wrap the union in an anonymous (e.g. unlabled) subquery. + + .. change:: :tags: bug, postgresql :versions: 0.9.5, 1.0.0 :tickets: 3053 |
