Fix serializing iden as a value in ALTER TYPE ... RENAME TO ... statements #924
Merged
tyt2y3 merged 1 commit intoSeaQL:masterfrom Jul 29, 2025
Merged
Fix serializing iden as a value in ALTER TYPE ... RENAME TO ... statements #924tyt2y3 merged 1 commit intoSeaQL:masterfrom
ALTER TYPE ... RENAME TO ... statements #924tyt2y3 merged 1 commit intoSeaQL:masterfrom
Conversation
ALTER TYPE ... RENAME TO ... statements
ALTER TYPE ... RENAME TO ... statements ALTER TYPE ... RENAME TO ... statements
Member
|
sad, I seem to have had RENAME VALUE in mind when I wrote this does this fix break that ? edit: they're separate parts of the AST, so we're cool |
tyt2y3
approved these changes
Jul 29, 2025
Member
|
I will backport this |
tyt2y3
pushed a commit
that referenced
this pull request
Jul 29, 2025
…tements (#924) <!-- Thank you for contributing to this project! If you need any help please feel free to contact us on Discord: https://discord.com/invite/uCPdDXzbdv Or, mention our core members by typing `@GitHub_Handle` on any issue / PR Add some test cases! It help reviewers to understand the behaviour and prevent it to be broken in the future. --> ## PR Info <!-- mention the related issue --> - Closes #898 <!-- is this PR depends on other PR? (if applicable) --> - Dependencies: - <!-- PR link --> <!-- any PR depends on this PR? (if applicable) --> - Dependents: - <!-- PR link --> ## New Features - [ ] <!-- what are the new features? --> ## Bug Fixes - [x] Fix serializing iden as a value in `ALTER TYPE ... RENAME TO ...` statements ## Breaking Changes - [ ] <!-- any change in behaviour or method signature? is it backward compatible? --> ## Changes - [ ] <!-- any other non-breaking changes to the codebase -->
🎉 Released In 0.32.7 🎉Thank you everyone for the contribution! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Info
ALTER TYPE ... RENAME TO ...statements #898New Features
Bug Fixes
ALTER TYPE ... RENAME TO ...statementsBreaking Changes
Changes