[ODBC-69] Values for Charset connection attribute should be case-insensitive .. Created: 2016-11-18 Updated: 2017-02-23 Resolved: 2017-02-23 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | None |
| Affects Version/s: | 2.0.12 |
| Fix Version/s: | 2.0.14, 3.0.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Rahul Dhuvad | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows 64-bit, Linux 64-bit |
||
| Description |
|
Currently Charset connection attribute expects the value like utf-8, sjis in lowercase only; but I think like MySQL ODBC driver, MariaDB ODBC driver should allow case-insensitive value for Charset attribute. If we do not pass proper case, then the connection fails. |
| Comments |
| Comment by Lawrin Novitsky [ 2017-02-23 ] |
|
The fix and the testcase have been pushed(to odbc-2.0 only at the moment) as rev 06b5e6ac4d6ab86ac7c7a6ac6918ff0c327bb155. |