dbmate
dbmate copied to clipboard
`dbmate status` fails for ClickHouse
greetings!
context:
-
ClickHouse server version 22.3.3 revision 54455.
-
dbmate status
fails at1.15.0
but works at1.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