Some fixes related to ClickHouse support (#5229)

This commit is contained in:
Miroslav Stampar
2023-02-03 23:30:05 +01:00
parent b1aaac5ba2
commit d7180d38c4
6 changed files with 16 additions and 16 deletions

View File

@@ -52,7 +52,7 @@ class DBMS(object):
PRESTO = "Presto"
ALTIBASE = "Altibase"
MIMERSQL = "MimerSQL"
CLICKHOUSE = "Clickhouse"
CLICKHOUSE = "ClickHouse"
CRATEDB = "CrateDB"
CUBRID = "Cubrid"
CACHE = "InterSystems Cache"