Skip to content

Commit cceb1cf

Browse files
committed
merge PR #559
1 parent d697279 commit cceb1cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clickhouse-jdbc/src/main/java/ru/yandex/clickhouse/domain/ClickHouseFormat.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ public enum ClickHouseFormat {
2424
Vertical,
2525
JSON,
2626
JSONCompact,
27+
JSONCompactString,
2728
JSONEachRow,
29+
JSONStringEachRow,
30+
JSONCompactEachRow,
31+
JSONCompactStringEachRow,
2832
TSKV,
2933
TSV,
3034
Pretty,

0 commit comments

Comments
 (0)