troyjcurt
troyjcurt
## Description ### Steps to reproduce 1. create a table in clickhouse 2. create a prepared statement from a concatenated insert string containing the table name 3. add multiple values...
Ive been investigating upgrading our JDBC clickhouse client from 0.7.1-patch1 to 0.8.5 (moving from clickhouse java client v1 to v2 underneath), and our usual insertion query now fails to parameterize....
### Describe your feedback when you pass a very large number (larger than max long, but smaller than max UInt64) as a string in a simple insert, the client attempts...