dbmate icon indicating copy to clipboard operation
dbmate copied to clipboard

`dbmate status` fails for ClickHouse

Open IvanWoo opened this issue 2 years ago • 0 comments

greetings!

context:

  • ClickHouse server version 22.3.3 revision 54455.
  • dbmate status fails at 1.15.0 but works at 1.13.0
$ dbmate --url <clickhouse_db_url> status
Error: sql: expected 0 arguments, got 1

based on my quick local debug, I think this function is the culprit, which was introduced in the 1.14.0

thanks

IvanWoo avatar May 23 '22 21:05 IvanWoo