ClickHouse / clickhouse-java

ClickHouse Java Clients & JDBC Driver
https://clickhouse.com
Apache License 2.0
1.45k stars 535 forks source link

[client-v2] JDBC: Update existing unit tests #1809

Closed Paultagoras closed 4 days ago

Paultagoras commented 2 months ago

We should make sure the existing tests a) cover all of the different JDBC standards and b) are generic enough to not rely on specific client data types.

### Tasks
- [x] Create some simple JDBC Standard tests (using the interfaces)
- [x] Update the existing Unit tests against the new implementation.