]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- develop new system of applying custom operators to ColumnElement classes. resembles
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Aug 2012 18:37:58 +0000 (14:37 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Aug 2012 18:37:58 +0000 (14:37 -0400)
commitd9b5991f9c21836e1d48555b949a402fc4ce6b35
treedfe0d8d1635bab0659b8634faa8ba4580ac1bade
parent96650157083f9c691a7a8a737724159cd6a1d668
- develop new system of applying custom operators to ColumnElement classes.  resembles
that of the ORM so far.
lib/sqlalchemy/orm/interfaces.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/sql/operators.py
lib/sqlalchemy/types.py
test/lib/profiling.py
test/sql/test_operators.py [new file with mode: 0644]