Matt

Results 109 comments of Matt

cc @mdedgjonaj

@Mikulas thanks for your work! Here is how I fetch the dependencies: https://github.com/mattes/migrate/blob/master/Makefile#L59 Does that help? The second line is just needed for the test deps.

Are you using the postgres driver? This has been fixed in v3 with full test coverage on all these scenarios. see https://github.com/mattes/migrate/blob/v3.0-prev/migrate_test.go#L17 I am going to release a release candidate...

Cool! Thank you! Will keep this open and ping you here again. Just to confirm, postgres or which database were you using?

@anacrolix, I just pushed https://github.com/mattes/migrate/releases/tag/v3.0.0-rc0 Want to give it a try? Super interested in your feedback, too.

It's not possible right now, but I think it would be a great feature addition.

Action items: * Properly resolving dependencies should be a part of the Makefile flow * #214 > it might make more sense to have the top-level package be the wrapped...

I as well think #274 is blocking this. Thanks for finding this.

Could you give me a favor and try if you can replicate with v3? The latest commit 1f37f41ee8c7d69a3d835f2ed60d054c9407b85d has both postgres and mysql drivers.

It looks as if you're on master branch. Make sure to checkout commit https://github.com/mattes/migrate/commit/cecce18c51fb4e602956454a350c2c6ee27372a2 run `make build-cli` and use this version (in `cli/build` dir). The commit I just referenced fixes...