-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEAT: ALTER TABLE support #113
Comments
@StevenACoffman Thank you for your reporting. |
Hello @StevenACoffman, @goccy :) Have you made some progress on this issue? I'm asking as I started tinkering with with implementation (it's needed to support table modification in bigquery emulator), but maybe you already have some "prototype" that works locally? |
myhau
added a commit
to myhau/go-zetasqlite
that referenced
this issue
Jun 13, 2024
myhau
added a commit
to myhau/go-zetasqlite
that referenced
this issue
Jun 13, 2024
This was referenced Jun 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently adding support for BigQuery to golang-migrate is hampered by an inability to test DDL functionality in a Go emulator. This would just require support for a subset of
ALTER TABLE
such as:See golang-migrate/migrate#881
The text was updated successfully, but these errors were encountered: