ClickHouse/tests/queries/0_stateless/01431_utf8_ubsan.sql

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

6 lines
124 B
MySQL
Raw Normal View History

2024-08-16 09:56:12 +00:00
-- Tags: no-fasttest
-- no-fasttest: upper/lowerUTF8 use ICU
2020-08-06 01:59:02 +00:00
SELECT hex(lowerUTF8('\xFF'));
SELECT hex(upperUTF8('\xFF'));