Skip to content

Redshift alter column type no set #1912

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

yoavcloud
Copy link
Contributor

@yoavcloud yoavcloud commented Jun 29, 2025

Expanded the support for ALTER TABLE tbl ALTER COLUMN col TYPE <type> to the Redshift dialect in addition to PostgreSQL. Generalized this option using the supports_xxx functions in the Dialect trait to maintain backwards compatibility with expected error messages in non-supporting dialects.

Improved SQL output from Ast by introducing an option to determine if SET DATA appears before the TYPE keyword.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant