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_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)On Linux,
SQLGetDiagRec()
returnedSQL_SUCCESS
in cases when it should have returnedSQL_NO_DATA
. (Bug#33910)The driver crashes ODBC Administrator on attempting to add a new DSN. (Bug#32057)