]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the "scale" argument of the Numeric() type is honored when
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Feb 2010 17:50:34 +0000 (17:50 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Feb 2010 17:50:34 +0000 (17:50 +0000)
commit2d95ef1f252b2752a3840e84a01d989af9921033
treef7a9086dc5fed65ef4cc658a5c5d9742bcc58077
parent11f996da20cf40692a21f6e836655cc36d1857d7
- the "scale" argument of the Numeric() type is honored when
coercing a returned floating point value into a string
on its way to Decimal - this allows accuracy to function
on SQLite, MySQL.  [ticket:1717]
CHANGES
lib/sqlalchemy/processors.py
lib/sqlalchemy/test/util.py
lib/sqlalchemy/types.py
test/dialect/test_postgresql.py
test/sql/test_types.py