]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in INSERT..FROM SELECT construct where selecting from a
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 May 2014 18:08:41 +0000 (14:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 May 2014 18:10:34 +0000 (14:10 -0400)
commit83b2e9e8d250a7e27d68c9071ad493222b1fdb09
tree57ccac84def8a0239302fd056af7e3b42fbe7efe
parent21cb06d1c077cb865be96108bf2d2f7961bbc868
- 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
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/sql/expression.py
test/sql/test_insert.py