This commit is contained in:
Robert Schulze 2024-09-06 17:31:20 +00:00
parent fdf8ff0e66
commit 4bd66f4187
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1 @@
españa

View File

@ -0,0 +1,11 @@
#!/usr/bin/env bash
# Tags: no-fasttest
# no-fasttest: upper/lowerUTF8 use ICU
# Test for issue #69336
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh
. "$CURDIR"/../shell_config.sh
$CLICKHOUSE_LOCAL --query "SELECT lowerUTF8('ESPAÑA')"