Skip to content

feat(dsql): parse ALTER COLUMN SET STORAGE - #3

Merged
amaksimo merged 1 commit into
dsql-async-indexfrom
feat/dsql-set-storage
Aug 5, 2026
Merged

feat(dsql): parse ALTER COLUMN SET STORAGE#3
amaksimo merged 1 commit into
dsql-async-indexfrom
feat/dsql-set-storage

Conversation

@amaksimo

@amaksimo amaksimo commented Aug 5, 2026

Copy link
Copy Markdown
Owner

Summary

  • add a typed AlterColumnOperation::SetStorage AST variant
  • parse and format PostgreSQL storage modes PLAIN, EXTERNAL, EXTENDED, MAIN, and DEFAULT
  • support both ALTER COLUMN name and PostgreSQL shorthand ALTER name
  • bump sqlparser-dsql to 0.62.3 for release

Validation

  • cargo fmt --all -- --check
  • cargo test
  • cargo test --all-features
  • cargo clippy --all-targets --all-features -- -D warnings
  • cargo package --allow-dirty

@amaksimo
amaksimo force-pushed the feat/dsql-set-storage branch 2 times, most recently from 9a10899 to d0b5958 Compare August 5, 2026 23:31
@amaksimo
amaksimo force-pushed the feat/dsql-set-storage branch from d0b5958 to 8ad8363 Compare August 5, 2026 23:37
@amaksimo
amaksimo merged commit e37ca0c into dsql-async-index Aug 5, 2026
19 checks passed
@amaksimo
amaksimo deleted the feat/dsql-set-storage branch August 5, 2026 23:39
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