From 24e117623847fb84df8ea91cd7dfbc4cff222fa4 Mon Sep 17 00:00:00 2001 From: Vasily Nemkov Date: Thu, 25 Mar 2021 00:24:08 +0300 Subject: [PATCH] Referenced more supported types to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1bc46cc9..eed4bb6c 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,11 @@ C++ client for [Yandex ClickHouse](https://clickhouse.yandex/) * IPv4, IPv6 * Nullable(T) * String +* LowCardinality(String) or LowCardinality(FixedString(N)) * Tuple * UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64 +* Int128 +* UUID ## Building