Greg Weber

Results 263 comments of Greg Weber

I don't know of any environment variables. golangci-lint has a `--build-tags` argument, that might be a good point of reference.

dbmate cannot assume what a user wants here because there is no dependency information, and some migrations are not transactional. There could be a flag --batch-transaction to apply all in...

#434 supports specifying multiple migrations now, so if there was a --batch-transaction flag it would be possible to specify specific migrations to batch together.

I opened https://github.com/amacneil/dbmate/pull/438 which allows a syntax for specifying a range of migration. That would work well combined with a command like this. But not sure if we should have...

yeah, I would close this. dbmate should do as little manipulation as possible of the env variables.

@amacneil I left comments on issues and PRs. It looks like there are several PRs open that would be backwards compatible and straightforward to merge. I think we could ask...

To help with maintenance I would suggest trying to find a maintainer for each individual driver and trying to hand over the reigns for the driver code as quickly as...

@amacneil do you want to make @FatherCandle the maintainer of the ClickHouse driver?

This project could be re-structured so that there would be a new repo dbmate-clickhouse. That way the maintainer can have full rights there. The repos could exist under a dbmate...

Calling a fork of the repo dbmate-clickhouse and developing the clickhouse driver there seems like a pragmatic approach right now. Publish builds there called dbmate-clickhouse. When the dbmate maintainers are...