Francis De Brabandere

Results 105 comments of Francis De Brabandere

great, enjoy the 🏖

@seliopou any progress?

As long as the work is more or less mechanical / testing I can also help out.

that's life, thanks for letting us know

Would you rather have me send you a pull request or fork the project and create a release under our own domain?

How do you do the releases to maven central?

Don't have too much time at the moment to look into why that test fails.

Just mentioning that we are also hitting this one...

``` > curl -L https://github.com/golang-migrate/migrate/releases/download/v3.4.0/migrate.darwin-amd64.tar.gz | tar xvz > ls ./migrations 1534505409_create_table_merges.down.sql 1534505409_create_table_merges.up.sql > ./migrate.darwin-amd64 -source file://./migrations -database clickhouse://localhost:9000 down no change > ./migrate.darwin-amd64 -source file://./migrations -database clickhouse://localhost:9000 up 1534505409/u...

``` > ./migrate.darwin-amd64 -source file://./migrations -verbose -database clickhouse://localhost:9000 up 2018/08/20 09:08:44 no change 2018/08/20 09:08:44 Finished after 2.93045ms 2018/08/20 09:08:44 Closing source and database > ./migrate.darwin-amd64 -source file://./migrations -verbose -database...