]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [feature] Enhanced GenericFunction and func.*
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 22 Aug 2012 17:54:13 +0000 (13:54 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 22 Aug 2012 17:54:13 +0000 (13:54 -0400)
commit0e9ad8076086bdf22705c2a82b6316b35a7daaa5
tree1a932f621e9db76507ea11e3f3bd0e024520c1d8
parentffab937e4c44e8ff27e92cab26efcb42e7aca4ab
  - [feature] Enhanced GenericFunction and func.*
    to allow for user-defined GenericFunction
    subclasses to be available via the func.*
    namespace automatically by classname,
    optionally using a package name as well.
CHANGES
doc/build/core/expression_api.rst
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/sql/functions.py
test/sql/test_functions.py