]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the text() construct, if placed in a column
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Aug 2010 18:06:41 +0000 (14:06 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Aug 2010 18:06:41 +0000 (14:06 -0400)
commit96837098cdafb0b53d0bd8c480da93330d2c1806
tree9c2bbcd25c3df1c278cbfa302477dbc442272440
parent54feab41f9fc81966da1f6e7bc35344c8ba5f604
- the text() construct, if placed in a column
oriented situation, will at least return NULLTYPE
for its type instead of None, allowing it to
be used a little more freely for ad-hoc column
expressions than before.   literal_column()
is still the better choice, however.
CHANGES
lib/sqlalchemy/sql/expression.py
test/sql/test_case_statement.py