Zapotinschii Avgustin
Zapotinschii Avgustin
I suggest looking into alternatives, such as [zod-build-json-schemas](https://github.com/zapotinschii/zod-build-json-schemas?tab=readme-ov-file#fastify-integration-example) or [fastify-type-provider-zod](https://github.com/turkerdev/fastify-type-provider-zod)
Both postgres and mysql tests are fixed here btw: https://github.com/amacneil/dbmate/pull/694
This was fixed more elegantly here: https://github.com/amacneil/dbmate/pull/694 You can close the PR, bumping dependencies will be done by owner/bot, or after merging request above.
> The implementation also changes the interface for `DumpSchema` in order to accomplish this, which is a public function, changing far more code than should be necessary. The implementation changes...
Interface and public function changed for new feature, not to fix tests. How do you allow users to pass extra arguments if not by passing them to function/db instance? So...