]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Removed MxNumeric and MxFloat because now the sqlalchemy.types base classes support...
authorBrad Allen <bradallen137@gmail.com>
Thu, 18 Mar 2010 20:05:59 +0000 (14:05 -0600)
committerBrad Allen <bradallen137@gmail.com>
Thu, 18 Mar 2010 20:05:59 +0000 (14:05 -0600)
commit49627de3d81bd7b60b241740a4792dcf3f0bd1d5
tree78eda3cc5fbc41661453a9d858ce76e95f0d65ab
parentecef296c6da91adaed575963d4e28e3d97ccdc60
Removed MxNumeric and MxFloat because now the sqlalchemy.types base classes support dialects having a class attribute of "supports_native_decimal" indicating native Python Demimal support. Adjusted mssql+mxodbc to use the sqlalchemy.types base classes for Float and Numeric instead of using the base mssql dialect's numeric types.
lib/sqlalchemy/connectors/mxodbc.py
lib/sqlalchemy/dialects/mssql/mxodbc.py