]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- type expressions invoke in SQL, but are only for the benefit of columns
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Sep 2012 14:28:26 +0000 (10:28 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Sep 2012 14:28:26 +0000 (10:28 -0400)
commit82e874b64b7a56311c10bffa4ffa151d539efe99
tree927abf93d61b02794db2333c09dd9f25f96cffab
parent48f5c2e4f7b01e075c587d3ae650eba29a1fe36e
- type expressions invoke in SQL, but are only for the benefit of columns
delivered to a result set. therefore these expressions should only be rendered
for those columns that are being delivered to the result, thereby preventing
the expression from stacking onto itself within nesting scenarios.
lib/sqlalchemy/sql/compiler.py
test/sql/test_type_expressions.py