ClickHouse / clickhouse-java

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

Stable base for PreparedStatement #1872

Closed Paultagoras closed 3 weeks ago

Paultagoras commented 1 month ago

The one real thorny issue I was debating is how to actually "compile" the SQL statement. The approach I took here is to use the default toString() method of whatever object they submitted.