[MDEV-8561] CONNECT return value of NULL from SQL Server ODBC tables for rows that has a value of 0 from a column of type decimal Created: 2015-07-29 Updated: 2015-07-30 Resolved: 2015-07-30 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Connect |
| Affects Version/s: | 10.0.20 |
| Fix Version/s: | 10.0.21, 10.1.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Tuco | Assignee: | Olivier Bertrand |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | connect-engine | ||
| Environment: |
Windows Server 2008R2, MS SQL Server 2012 |
||
| Description |
|
In 10.0.20 CONNECT will return the value NULL for rows that has value of 0 from SQL Server ODBC table from column of type decimal. This did not happen in 10.0.17 I create a table on SQL Server and populate it with one row of value 0
Behavior in 10.0.20
Behavior in 10.0.17
|
| Comments |
| Comment by Olivier Bertrand [ 2015-07-30 ] |
|
This was not specific to the SQL Server nor the decimal type. It concerned all ODBC tables. |