clickhouse-java icon indicating copy to clipboard operation
clickhouse-java copied to clipboard

[JDBC] Connection

Open chernser opened this issue 6 months ago • 0 comments

Description

There are some issues with the ConnectionImpl class that should be fixed:

  • enable all tests
  • nativeSQL is 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

chernser avatar Jun 04 '25 03:06 chernser