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
+5-4
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,9 @@ 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. | Implicit Type Conversion |:white_check_mark:| String/number to Date/Time/Timestamp and more |
48
-
|| Centralized Configuration |:white_check_mark:| supported since 0.4.2, custom server setting `custom_jdbc_config` for all connected JDBC clients |
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)|
49
+
|| Implicit Type Conversion |:white_check_mark:| String/number to Date/Time/Timestamp and more |
49
50
50
51
## Usage
51
52
@@ -63,11 +64,11 @@ The library can be downloaded from both [Github Releases](../../releases) and [M
63
64
64
65
### Java Client
65
66
66
-
See the [clientdocs on the ClickHouse website](https://clickhouse.com/docs/en/integrations/language-clients/java/client).
67
+
See [examples](../../tree/main/examples/client) and the [docs on the ClickHouse website](https://clickhouse.com/docs/en/integrations/language-clients/java/client).
67
68
68
69
### JDBC Driver
69
70
70
-
See the [jdbc driver docs on the ClickHouse website](https://clickhouse.com/docs/en/integrations/language-clients/java/jdbc).
71
+
See [examples](../../tree/main/examples/jdbc) and the [docs on the ClickHouse website](https://clickhouse.com/docs/en/integrations/language-clients/java/jdbc).
0 commit comments