ClickHouse / clickhouse-go

Golang driver for ClickHouse
Apache License 2.0
2.92k stars 562 forks source link

Fix INSERT statement normalization match backtick table name #1366

Closed jkaflik closed 3 months ago

jkaflik commented 3 months ago

This solution could be better due to more regex expressions in this logic. Ideally, we can get rid of it in the future. The goal for now is to make it backward-compatible and unified across protocol support.

resolves https://github.com/ClickHouse/clickhouse-go/issues/1345