]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [feature] The cast() and extract() constructs
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Sep 2012 16:58:11 +0000 (12:58 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Sep 2012 16:58:11 +0000 (12:58 -0400)
commitcd8b9dcd37e29b73a3c4b25adc16f1b45371fb7a
treef207c13c8a4cc11dceece70adec5e4c4ffe40bc8
parent15170b74d2f556499ae3f8d35c2d9bf5120b9ebd
- [feature] The cast() and extract() constructs
will now be produced via the func.* accessor
as well, as users naturally try to access these
names from func.* they might as well do
what's expected, even though the returned
object is not a FunctionElement.
[ticket:2562]
CHANGES
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/sql/functions.py
test/sql/test_functions.py