ClickHouse/tests/queries/0_stateless/00761_lower_utf8_bug.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
108 B
MySQL
Raw Normal View History

2024-08-16 09:56:12 +00:00
-- Tags: no-fasttest
-- no-fasttest: upper/lowerUTF8 use ICU
SELECT lowerUTF8('\xF0') = lowerUTF8('\xF0');