Bugs fixed:
The
SQLColAttribute()
function returnedSQL_TRUE
when querying theSQL_DESC_FIXED_PREC_SCALE (SQL_COLUMN_MONEY)
attribute of aDECIMAL
column. Previously, the correct value ofSQL_FALSE
was returned; this is now again the case. (Bug#35581)The driver crashes ODBC Administrator on attempting to add a new DSN. (Bug#32057)
When accessing column data,
FLAG_COLUMN_SIZE_S32
did not limit the octet length or display size reported for fields, causing problems with Microsoft Visual FoxPro.The list of ODBC functions that could have caused failures in Microsoft software when retrieving the length of
LONGBLOB
orLONGTEXT
columns includes:SQLColumns
SQLColAttribute
SQLColAttributes
SQLDescribeCol
SQLSpecialColumns
(theoretically can have the same problem)