Bugs fixed:
Wrong result obtained when using
sum()on adecimal(8,2)field type. (Bug#35920)The driver installer could not create a new DSN if many other drivers were already installed. (Bug#35776)
The
SQLColAttribute()function returnedSQL_TRUEwhen querying theSQL_DESC_FIXED_PREC_SCALE (SQL_COLUMN_MONEY)attribute of aDECIMALcolumn. Previously, the correct value ofSQL_FALSEwas returned; this is now again the case. (Bug#35581)On Linux,
SQLGetDiagRec()returnedSQL_SUCCESSin cases when it should have returnedSQL_NO_DATA. (Bug#33910)The driver crashes ODBC Administrator on attempting to add a new DSN. (Bug#32057)