Skip to content
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

Support dolt schema update-tag in SQL #7758

Open
fulghum opened this issue Apr 17, 2024 · 1 comment
Open

Support dolt schema update-tag in SQL #7758

fulghum opened this issue Apr 17, 2024 · 1 comment
Labels
enhancement New feature or request sql Issue with SQL

Comments

@fulghum
Copy link
Contributor

fulghum commented Apr 17, 2024

Column tag collisions can happen if schema changes are made on different branches and the new column tags happen to use the same tag id. From the CLI, there is a path for customers to unblock themselves by using the dolt schema update-tag command, but we don't support this via SQL today. We should provide a stored procedure that exposes the same functionality so that customers can unblock themselves if they do hit this.

@fulghum fulghum added enhancement New feature or request sql Issue with SQL labels Apr 17, 2024
@zachmu
Copy link
Member

zachmu commented Apr 22, 2024

Alternate proposal: kill tags

#7772

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request sql Issue with SQL
Projects
None yet
Development

No branches or pull requests

2 participants