Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0
Description
Following queries return unexpected results:
select collation(map('a', 'b' collate utf8_binary_lcase)['a']); select collation(element_at(map('a', 'b' collate utf8_binary_lcase), 'a'));
Both return UTF8_BINARY instead of UTF8_BINARY_LCASE.
Attachments
Issue Links
- links to