]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- for TextAsFrom, put the "inner" columns in the result map directly.
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 11 Feb 2014 00:17:00 +0000 (19:17 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 11 Feb 2014 00:17:00 +0000 (19:17 -0500)
commitbf934018a52b4fe4c43745f88b66210d6517338f
tree9625b311276be3ac16dfb81e88a63b5714418db1
parent7d56f6c8077a3d9aeae3aed2cc548ca4e350161b
- for TextAsFrom, put the "inner" columns in the result map directly.
Have also considered linking column.label() to the "column" itself being
in the result map but this reveals some naming collision problems (that
also seem to be very poorly tested...).   This should be as far as
we want to go right now with [ticket:2932].
lib/sqlalchemy/sql/compiler.py
test/sql/test_selectable.py
test/sql/test_text.py