[ODBC-160] Connector did not set length of SQL_IDENTIFIER_QUOTE_CHAR info Created: 2018-07-11 Updated: 2018-07-11 Resolved: 2018-07-11 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | General |
| Affects Version/s: | 2.0.17, 3.0.5 |
| Fix Version/s: | 3.0.6, 2.0.18 |
| Type: | Bug | Priority: | Major |
| Reporter: | Lawrin Novitsky | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If application requested SQLGetInfo(SQL_IDENTIFIER_QUOTE_CHAR), connector would not set length of the returned string. Particularly, if length buffer was initialized with 0, the value would stay 0. |
| Comments |
| Comment by Lawrin Novitsky [ 2018-07-11 ] |
|
The commit fe2dc81 has been pushed into odbc-3.0 and merged into master. Yet to be merged into odbc-2.0 |