File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ After the fix array values contain primitive types. (https://github.com/ClickHou
5959### Improvements
6060- [ jdbc-v2] Now using Antlr4 to parse SQL statements to get meta information about it.
6161Invalid SQL still possible to execute if logic able to get all required information. (https://github.com/ClickHouse/clickhouse-java/pull/2351 )
62- - [ jdbc-v2] Now possible to use ` RowBinaryWriter ` if enabled by property ` com.clickhouse.jdbc.DriverProperties.BETA_ROW_BINARY_WRITER ` .
62+ - [ jdbc-v2] Now possible to use ` RowBinaryWriter ` if enabled by property ` com.clickhouse.jdbc.internal. DriverProperties.BETA_ROW_BINARY_WRITER ` .
6363This works well for batches. Single statements may get no benefits. (https://github.com/ClickHouse/clickhouse-java/pull/2316 )
6464
6565### Bug Fixes
You can’t perform that action at this time.
0 commit comments