clickhouse-java
clickhouse-java copied to clipboard
[JDBC] Driver class
Description
There are next problems with Driver implementation:
- driver version should be load from a file. It should not be hardcoded
- all tests should be enabled
- more tests for
acceptsURL(String url)is needed