Details
-
Bug
-
Resolution: Incomplete
-
P2: Important
-
None
-
5.0.0, 5.2.0
-
None
-
Linux (64b)
unixODBC 2.3.2
Microsoft SQL Server ODBC Driver 1.0
Microsoft SQL Server 2012
Description
In one of the last my projects I used the Microsoft SQL Server 2012 database. Unfortunately FreeTDS does not meet my expectations and I have to use official driver.
But Microsoft driver causes a problem with queries decimal values. Decimal number are empty (null). This is problem with QODBC.
Solution is to change the qGetDoubleData function. In attachment I publish my solution.