Adrian Macneil

Results 204 comments of Adrian Macneil

Sure, sounds good! I was thinking more from the perspective of logging arbitrary output, but if those two fields are useful then I'm happy to merge a PR. Not sure...

While https://github.com/amacneil/dbmate/pull/138 adds some basic output, I'm going to keep this issue open because the original request was to display output of sql commands (e.g. `SELECT ROW_COUNT()`) during a migration....

No plans, but I'm definitely open to reviewing a PR to add support.

Actually I like this suggestion, I think it would be easy to do and I've been meaning to implement it, so will keep this issue open!

Interesting bug, I managed to replicate this. It looks like this is a bug/missing feature in the golang postgres library we use (https://github.com/lib/pq/issues/213). I'm not sure if there is a...

Hey, thanks for the suggestion. This is a good idea, I would like to implement it for both `migrate` and `rollback` commands. I think we could support both specific versions...

`migrate up to and including "20180124013241"` would mean apply any missing migrations (on disk in the migrations folder) where the version number is alphabetically equal or the same as the...

Not currently working on this feature, but PRs to implement it are welcome.

Given that the `-- migrate:down` block is optional, it's expected that not following the expected syntax would not trigger any errors. However, this issue report makes me think that at...

I'm not actively planning to add support but would accept a PR for this. It looks like there is a golang oracle driver available so it should be pretty straight...