]> 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:08:41 +0000 (14:08 -0400)
commit482a67e1c68d3123ab91f8141ae58c7daa88e6db
tree09d88bb4d8050032dc98cfa2ff73c80646da9122
parente384347ffb9b29fca146df54284e96a567adae9c
- 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