]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix: test_decimal on MSSQL - use a value that is accurately represented as a float...
authorPaul Johnston <paj@pajhome.org.uk>
Sun, 25 Nov 2007 23:34:39 +0000 (23:34 +0000)
committerPaul Johnston <paj@pajhome.org.uk>
Sun, 25 Nov 2007 23:34:39 +0000 (23:34 +0000)
commit2c873f0ee45db04cb880de7c24b56564eb9605a4
treef1fae8cf4c2cd36834685b4794b72e469303704f
parent37bffd8f2b6c3b4419d6e9317bc097d52124360d
Fix: test_decimal on MSSQL - use a value that is accurately represented as a float, and make when asdecimal=False, convert Decimal to float
lib/sqlalchemy/databases/mssql.py
test/sql/testtypes.py