[MCOL-1426] Using lower/upper on a value with special characters returns null Created: 2018-05-18 Updated: 2019-07-10 Resolved: 2019-07-10 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.1.4 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Dalu (Inactive) | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
CREATE TABLE `testtable` ( insert into testtable value (1, "tüst"); select id, name, lower(name) from (testtable); returns: |
| Comments |
| Comment by Dalu (Inactive) [ 2018-05-21 ] |
|
Issue is solved, <SystemLang>en_US.utf8</SystemLang> wasn't set correctly |