You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,8 @@ Java libraries for connecting to ClickHouse and processing data in various forma
44
44
| Transaction | Transaction |:white_check_mark:| supported since 0.3.2-patch11, use ClickHouse 22.7+ for native implicit transaction support |
45
45
|| Savepoint |:x:||
46
46
|| XAConnection |:x:||
47
-
| Misc. | Centralized Configuration |:white_check_mark:| supported since 0.4.2, limited to JDBC driver and requires custom server setting `custom_jdbc_config` for all connected JDBC clients - [#1290](/ClickHouse/clickhouse-java/pull/1290)|
48
-
|| INFILE & OUTFILE |:white_check_mark:| supported since 0.4.2, limited to JDBC driver and requires `localFile` option - [#1291](/ClickHouse/clickhouse-java/pull/1291)|
47
+
| Misc. | Centralized Configuration |:white_check_mark:| supported since 0.4.2, limited to JDBC driver and requires custom server setting `custom_jdbc_config` for all connected JDBC clients - [#1290](../../pull/1290)|
48
+
|| INFILE & OUTFILE |:white_check_mark:| supported since 0.4.2, limited to JDBC driver and requires `localFile` option - [#1291](../../pull/1291)|
49
49
|| Implicit Type Conversion |:white_check_mark:| String/number to Date/Time/Timestamp and more |
0 commit comments