]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added basic math expression coercion for
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Aug 2010 18:25:58 +0000 (14:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Aug 2010 18:25:58 +0000 (14:25 -0400)
commit252ab17c7dc5f1cfd1a5173fb6d9e4b819e1ebb7
treeb3ef5494868f308f8f240648604e5ed01f99306f
parent646bb7ae373d387d24fc2854895d942af36a1b14
- Added basic math expression coercion for
Numeric->Integer,
so that resulting type is Numeric regardless
of the direction of the expression.
CHANGES
lib/sqlalchemy/types.py
test/sql/test_types.py