go-sqlbuilder icon indicating copy to clipboard operation
go-sqlbuilder copied to clipboard

Interpolating arguments for Clickhouse have not correct format

Open astudnev opened this issue 2 years ago • 2 comments

The format is not '?'

It is defined in https://clickhouse.com/docs/en/interfaces/http#cli-queries-with-parameters

astudnev avatar May 15 '23 09:05 astudnev

I'll consider how to implement it. This argument syntax is much more complex than others.

huandu avatar May 19 '23 13:05 huandu

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.

huandu avatar Jul 22 '23 15:07 huandu

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.

huandu avatar Apr 15 '24 03:04 huandu