]> 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:09:08 +0000 (14:09 -0400)
commit076eef5afb47cc133f90d3cf9a848ad4e09a4c51
tree5f75c1dba767c8ab8f2250621b65c23456bf6728
parent64e887b2e399971513b2761979bb2f740816d4b7
- 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/selectable.py
test/sql/test_insert.py