class documentation

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 bind_processor Undocumented
Method _large_dec_to_string Undocumented
Method _small_dec_to_string Undocumented
def bind_processor(self, dialect): (source)

Undocumented

def _large_dec_to_string(self, value): (source)

Undocumented

def _small_dec_to_string(self, value): (source)

Undocumented