Skip to content

Commit c74f47d

Browse files
committed
reverted change in the changelog
1 parent 91899f0 commit c74f47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
6161
Invalid 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`.
6363
This works well for batches. Single statements may get no benefits. (https://github.com/ClickHouse/clickhouse-java/pull/2316)
6464

6565
### Bug Fixes

0 commit comments

Comments
 (0)