Added a test for query parameter of type UUID

This commit is contained in:
Alexey Milovidov 2020-10-16 02:36:28 +03:00
parent 6512d84b31
commit 1cca8d09c5
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
ffffffff-ffff-ffff-ffff-ffffffffffff

View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
. "$CURDIR"/../shell_config.sh
${CLICKHOUSE_CLIENT} --param_p1='ffffffff-ffff-ffff-ffff-ffffffffffff' --query "SELECT {p1:UUID}"