go-sqlbuilder
go-sqlbuilder copied to clipboard
Interpolating arguments for Clickhouse have not correct format
The format is not '?'
It is defined in https://clickhouse.com/docs/en/interfaces/http#cli-queries-with-parameters
I'll consider how to implement it. This argument syntax is much more complex than others.
This feature is really complex. It's not included in v1.22.0. I'll try to add it in the next release, which is expected to be released in next week.
I updated README and set interpolating arguments for ClickHouse as a non-goal. I don't see any requirement depending on this feature. It may not be wise for me to spend so much time to implement a feature like this.