[CONC-378] MYSQL_DATA_TRUNCATED not always returned by mysql_stmt_fetch() for numeric type Created: 2018-12-07 Updated: 2018-12-08 Resolved: 2018-12-08 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 3.0.8 |
| Fix Version/s: | 3.0.9 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
For integer types, if string contains non-digits and non-spaces , MYSQL_DATA_TRUNCATED should be returned. |