]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
turning the decimals to floats allows the E notation to work with sybase+pyodbc for...
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Mar 2010 16:05:20 +0000 (12:05 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Mar 2010 16:05:20 +0000 (12:05 -0400)
commit77fa087d1577dedbb18c197641bf81e6d0862505
tree38b3170137e9318e976bad197ae6aafb31de7d26
parent074cab9e7d01533302e84a489d740accad25476a
turning the decimals to floats allows the E notation to work with sybase+pyodbc for small E notations
lib/sqlalchemy/dialects/mssql/base.py
lib/sqlalchemy/dialects/sybase/base.py
lib/sqlalchemy/dialects/sybase/pyodbc.py
test/sql/test_types.py