Dossy Shiobara

Results 110 comments of Dossy Shiobara

@jrfnl I'm dealing with queries that are pulling in data from outside of WordPress entirely, in a different database, whose name we're storing as a class constant. Why must I...

Just wondering, @gnuletik, what is the semantic difference between `rollback --all` and `drop` followed by `create`? And, if they are, in theory, both meant to leave the system in an...

> Having a rollback --all command would allow easy testing (e.g. in CI) of the down and up migrations. 😲 🤯 Okay, that's a super clever use case for `rollback...

Just adding a note here so I don't forget: At least for the Postgres driver, consider issuing a [`RESET ALL`](https://www.postgresql.org/docs/16/sql-reset.html) or [`DISCARD ALL`](https://www.postgresql.org/docs/16/sql-discard.html) in between migrations if the connection will...

> yeah, I would close this. dbmate should do as little manipulation as possible of the env variables. I agree, `go-sql-driver/mysql` should really just silently ignore parameters that it doesn't...

It looks like there are plenty of volunteers, but in just in case more are needed, I can help out as well. 👋

Unfortunately, merging #441 has introduced merge conflicts for this PR. Sorry, @TECHNOFAB11. I did a partial review of the code and there's something about it that bothers me but I...

> The alternative approach with this command-heavy PR would be to add a `--dry-run` flag to turn existing commands. I'm actually a big fan of the `--dry-run` subcommand option for...

Given that this issue (originally #102) has recently celebrated its fourth birthday 🎂, I took a stab at reviewing this PR, and left review comments above. Rather than burden the...