Adrian Macneil
Adrian Macneil
Happy to accept a PR for this, I think it would only be a few lines of code
Hi - I haven't used go embedding yet, but if you can make a PR and do this in a way that is not too invasive I'm happy to look...
@rohitpaulk added!
I think this is a good idea (we should support it for all database drivers, not just MySQL). Open to a PR.
We currently build sqlite into the dbmate binary, with extension support disabled: https://github.com/amacneil/dbmate/blob/main/Makefile#L6 I believe this was necessary because we want to build a static binary (that can work in...
It also might be fine to just bundle common extensions? I’m not exactly sure how to use the system sqlite, but we could look into it.
Thanks! Can you add "Closes #235" in the PR description so that it is linked to the bug and will automatically close it when merged?
I wanted to make some changes to how it was implemented, which I started doing locally, but haven't had much time for dbmate development lately. It's not out of date...
It sounds like the easiest way to solve this is probably to fix it in the ClickHouse go client, since our other drivers support multi statements natively. It would be...
In that case, it might be a showstopper. I'm not very excited about adding SQL parsing logic to dbmate, it would be a lot of work to maintain over time,...