Added a test

This commit is contained in:
Alexey Milovidov 2020-06-24 16:20:39 +03:00
parent cd34cacee2
commit c7d6d531f5
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,3 @@
a
Nullable(Nothing)
\N

View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
. $CURDIR/../shell_config.sh
$CLICKHOUSE_CLIENT --param_x '\N' --query 'SELECT {x:Nullable(Nothing)} as a' --format TSVWithNamesAndTypes