Dossy Shiobara
Dossy Shiobara
PR #6072 introduced this breaking change in [v2.12.0](https://github.com/wp-cli/wp-cli/releases/tag/v2.12.0), released 2025-05-06. Until an improved implementation that distinguishes between MariaDB 10.5 and earlier versions that do not have the commands named with...
> The [`do_blocks()`](https://developer.wordpress.org/reference/functions/do_blocks/) function doesn't produce output, but returns instead, so it doesn't belong in the `$autoEscapedFunctions` list. > > I also don't see the function escaping the output, so...
@ConProgramming Can you give an example of a scanner that shows 1.24.3? My understanding, based on my interpretation of [Go Toolchains](https://go.dev/doc/toolchain), is that we are using 1.24.5 because the [Dockerfile](https://github.com/amacneil/dbmate/blob/3924b6657508ef5900c7c9989bd3def13c4a1ebb/Dockerfile)...
I don't see any issue bumping the toolchain version in the `go.mod` file, but I'm not knowledgeable enough about Go and how `dbmate` is used as a package embedded within...
@ConProgramming A bunch of things are blocked by #679, and unless I'm mistaken, only @amacneil can unblock that by approving the PR so it can be merged, and I believe...
I would like to see a clean way of adding extra command line arguments to the schema dump command which could be used to solve a number of issues, although...
Code and tests look fair, although questionable whether it's better to parameterize the migrate function vs. duplicating it with minor changes, and tests are passing, which is good. However, I...
The MySQL test failure is due to this: https://github.com/amacneil/dbmate/pull/673#issuecomment-3197769135
Disappointed that they didn't implement this with `\set restrict ` and `\unset restrict` which would have been 100% backwards compatible. I'm not sure I like the idea of filtering _all_...
> The actual release of dbmate 2.28.0 was built with the older, vulnerable Go version 1.24.3. Interesting and surprising, thanks for pointing this out. ```shell $ curl -sLO https://github.com/amacneil/dbmate/releases/download/v2.28.0/dbmate-macos-amd64 $...