Young

Results 2 issues of Young

background: I try to integrate hikari with clickhouse-jdbc. ![Screenshot2023_11_01_145233](https://github.com/brettwooldridge/HikariCP/assets/35856569/676f4a5a-24e3-44b2-b088-2609d376383c) when I invoke dataSource.close(); I got an error `java.util.concurrent.RejectedExecutionException: Task com.clickhouse.jdbc.internal.ClickHouseConnectionImpl$$Lambda$1769/0x0000000800dbd840@4dd95dfd rejected from java.util.concurrent.ThreadPoolExecutor@165a9184[Terminated, pool size = 0, active threads =...

bug code : com.clickhouse.jdbc.internal.ClickHouseConnectionImpl#getTableColumns line 260 when I have a following table , this table contains a cloumn named '0' in this code, it will run the sql: this sql...

bug