[CONJ-574] Connector misses Columns when using a turkish locale Created: 2018-01-29 Updated: 2019-02-18 Resolved: 2018-01-31 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | metadata |
| Affects Version/s: | 2.2.1 |
| Fix Version/s: | 2.2.2, 1.7.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Thorsten Goetzke | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Introduction:
To get language independent casing one has to use something like this Connector Issue: Workarounds: Dont use the letter i in your coloums or don't have turkish customers. So actually not really. Sugested fix: replace all Usages of toLowerCase() with toLowerCase(Locale.Root). Same technique applies to toUpperCase() |
| Comments |
| Comment by Diego Dupin [ 2018-01-29 ] |
|
right ! this has been added in next corrective release |