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
59
59
### Improvements
60
60
- [ jdbc-v2] Now using Antlr4 to parse SQL statements to get meta information about it.
61
61
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 ` .
63
63
This works well for batches. Single statements may get no benefits. (https://github.com/ClickHouse/clickhouse-java/pull/2316 )
64
64
65
65
### Bug Fixes
You can’t perform that action at this time.
0 commit comments