Dossy Shiobara
Dossy Shiobara
Related discussion: #474.
> @dossy In my opinion, we can just the update the scheme to be "http" instead of "clickhouse" in case the user provided a port of "8123" (http) or 8443...
> If we want to support interop with existing clickhouse connection strings, then we could potentially offer a new optional CLI flag to override the driver. I'm in favor of...
> I would like to contribute code to this issue if we decide that it should be implemented @dossy . I think that as long as the implementation preserves the...
> I think we should silence any errors from mysql driver while we are in the "wait" operation. If there are any real error messages people need to uncover for...
I'm trying to reproduce this issue: ``` root@c2a4e68d4451:/src# printf -- "-- migrate:up\ncreate table test_issue_472 (id integer);\n-- migrate:down transaction:false\ndrop table test_issue_472;\n" > testdata/db/migrations/472_test_migrate_down_transaction.sql root@c2a4e68d4451:/src# cat testdata/db/migrations/472_test_migrate_down_transaction.sql -- migrate:up create table test_issue_472...
I just noticed that @nolinkspl is on Windows, so this may be a duplicate of #213, which I believe will be fixed by #496.
@nolinkspl Now that v2.8.0 has been released (#497), can you please update to that version and see if you can still reproduce the error?
I was able to reproduce this issue with the latest dbmate 2.7.0-main, against PostgreSQL 10.21: ``` root@c2a4e68d4451:/src# cat testdata/db/migrations/455_test_transaction_concurrently.sql -- migrate:up transaction:false drop index concurrently my_index; create index concurrently my_index...