]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Corrected issue with decimal e notation that broke regular decimal tests for mssql.
authorMichael Trier <mtrier@gmail.com>
Mon, 10 Nov 2008 01:11:43 +0000 (01:11 +0000)
committerMichael Trier <mtrier@gmail.com>
Mon, 10 Nov 2008 01:11:43 +0000 (01:11 +0000)
commitd360fd7fe33bdc7f3c0fc9c41a52c17f440b9310
tree6b7c0f20e7013cd71417b5397be26f13e4e6e8b0
parenta8cd5cfd390456fef02b5edc655dba5c30adcb1b
Corrected issue with decimal e notation that broke regular decimal tests for mssql.
lib/sqlalchemy/databases/mssql.py
test/sql/testtypes.py