]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
add ClauseElement.cast() shortcut-method
authorSebastian Bank <sebastian.bank@uni-leipzig.de>
Fri, 19 Jun 2015 15:37:21 +0000 (17:37 +0200)
committerSebastian Bank <sebastian.bank@uni-leipzig.de>
Fri, 19 Jun 2015 15:37:21 +0000 (17:37 +0200)
commit84e813aee4b47edb5220bc76083525d1ac4e45ba
tree2f0d33f16a632da1f57da6105bece8cade5091fc
parent370b237ddb6af0ba62f0ce5b1bedfe7556c6ccf3
add ClauseElement.cast() shortcut-method
lib/sqlalchemy/sql/elements.py
test/sql/test_type_expressions.py