Skip to content

Commit 0db2a5c

Browse files
committed
update readme
1 parent a068fc7 commit 0db2a5c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ Java libraries for connecting to ClickHouse and processing data in various forma
4444
| Transaction | Transaction | :white_check_mark: | supported since 0.3.2-patch11, use ClickHouse 22.7+ for native implicit transaction support |
4545
| | Savepoint | :x: | |
4646
| | 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](../../pull/1290) |
48-
| | INFILE & OUTFILE | :white_check_mark: | supported since 0.4.2, limited to JDBC driver and requires `localFile` option - [#1291](../../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) |
4949
| | Implicit Type Conversion | :white_check_mark: | String/number to Date/Time/Timestamp and more |
50+
| | Object mapping | :white_check_mark: | supported since 0.4.6, slow and limited to simple data types |
5051

5152
## Usage
5253

0 commit comments

Comments
 (0)