clickhouse-java
clickhouse-java copied to clipboard
[JDBC] Connection
Description
There are some issues with the ConnectionImpl class that should be fixed:
- enable all tests
-
nativeSQLis implemented not according to the spec. Related to escaping that is done already in another part -
isValid(int timeout)- throws exception on closed connection but should return false -
setSchema(String schema)- No tests how it affects child statements