]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Corrected handling of large decimal values on mssql. Added more robust tests.
authorMichael Trier <mtrier@gmail.com>
Sat, 17 Jan 2009 20:57:18 +0000 (20:57 +0000)
committerMichael Trier <mtrier@gmail.com>
Sat, 17 Jan 2009 20:57:18 +0000 (20:57 +0000)
commit27c4e7aade7d98f909dfb362bead0e38528213eb
tree5e13d74ad05a52dc264cfe9a2c3f7a5aa216721d
parentf5eca3933eb54c697fe6f9b9fb218a4d98f96c3f
Corrected handling of large decimal values on mssql. Added more robust tests.

- Removed string manipulation on floats. Float types are now passed through
  to mssql as is.
- Fixes #1280
CHANGES
lib/sqlalchemy/databases/mssql.py
test/dialect/mssql.py