]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added type_coerce(expr, type_) expression element.
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Oct 2010 20:40:39 +0000 (16:40 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Oct 2010 20:40:39 +0000 (16:40 -0400)
commit79c25ede440e80e15c4c789234157d0e9497349c
treee9517ef97e2b0a1ed8426b909135d21c23557772
parentc01c6baf5715a13d707a4d57717f9ad1bc12027a
- Added type_coerce(expr, type_) expression element.
Treats the given expression as the given type when evaluating
expressions and processing result rows, but does not
affect the generation of SQL, other than an anonymous label.
CHANGES
doc/build/core/expression_api.rst
lib/sqlalchemy/__init__.py
lib/sqlalchemy/sql/__init__.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/expression.py
test/sql/test_types.py