]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added math negation operator support, -x.
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Feb 2010 15:49:02 +0000 (15:49 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Feb 2010 15:49:02 +0000 (15:49 +0000)
commita4a38a982aa04f3d08e662c50e55be23cefcc492
tree3f665714d23871466fe6c76566fa8dd1ffa808d2
parentdfbb1fc148fa784000dfee43a194d3f8d40a0ae2
- Added math negation operator support, -x.
CHANGES
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/sql/operators.py
test/orm/test_query.py
test/sql/test_select.py