]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- New improvements to the :func:`.text` construct, including
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Nov 2013 19:36:24 +0000 (14:36 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Nov 2013 20:05:19 +0000 (15:05 -0500)
commit6c83ef761beb162981615fba1c22dc1c0f380568
treeb1ed1dc8a9b4ef28d1c5b0e3a8e7c17189464656
parent4340a87f07d94311d2c0e90db0e75d1171c02c65
- New improvements to the :func:`.text` construct, including
more flexible ways to set up bound parameters and return types;
in particular, a :func:`.text` can now be turned into a full
FROM-object, embeddable in other statements as an alias or CTE
using the new method :meth:`.TextClause.columns`.
[ticket:2877]
doc/build/changelog/changelog_09.rst
doc/build/changelog/migration_09.rst
doc/build/core/selectable.rst
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/elements.py
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/sql/selectable.py
test/sql/test_compiler.py
test/sql/test_generative.py
test/sql/test_text.py [new file with mode: 0644]