]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- subclassed Function off of new FunctionElement generic base
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Nov 2009 00:43:53 +0000 (00:43 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Nov 2009 00:43:53 +0000 (00:43 +0000)
commit55a3e5e30d142ccfb38c3bdf333d632b0177c01c
tree08285b730e219570c08756ab3620ef4b29ba5ea9
parent12a323eb0c4f90230016da8a2bd66928b448c142
- subclassed Function off of new FunctionElement generic base
- removed "key" accessor of Function, Grouping - this doesn't seem to be used for anything
- various formatting
- documented the four "Element" classes in the compiler extension as per [ticket:1590]
doc/build/reference/sqlalchemy/expressions.rst
lib/sqlalchemy/ext/compiler.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/expression.py
test/ext/test_compiler.py