class documentation

class _ms_numeric_pyodbc(object):

Known subclasses: sqlalchemy.dialects.mssql.pyodbc._MSFloat_pyodbc, sqlalchemy.dialects.mssql.pyodbc._MSNumeric_pyodbc

View In Hierarchy

Turns Decimals with adjusted() < 0 or > 7 into strings.

The routines here are needed for older pyodbc versions as well as current mxODBC versions.

Method ​_large​_dec​_to​_string Undocumented
Method ​_small​_dec​_to​_string Undocumented
Method bind​_processor Undocumented
def _large_dec_to_string(self, value):

Undocumented

def _small_dec_to_string(self, value):

Undocumented

def bind_processor(self, dialect):

Undocumented