Skip to content

Commit fe6ca21

Browse files
committed
enabled tests. added some more for ConnectionImpl. implementated nativeSQL method
1 parent 9f19d82 commit fe6ca21

15 files changed

+234
-125
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.internal.DriverProperties.BETA_ROW_BINARY_WRITER`.
62+
- [jdbc-v2] Now possible to use `RowBinaryWriter` if enabled by property `com.clickhouse.jdbc.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

jdbc-v2/src/main/java/com/clickhouse/jdbc/internal/ClientInfoProperties.java renamed to jdbc-v2/src/main/java/com/clickhouse/jdbc/ClientInfoProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.clickhouse.jdbc.internal;
1+
package com.clickhouse.jdbc;
22

33
public enum ClientInfoProperties {
44

0 commit comments

Comments
 (0)