Skip to content

MSSQL: Support multiple columns after ALTER TABLE ADD - #2449

Open
t8y2 wants to merge 1 commit into
apache:mainfrom
t8y2:dev/mssql-alter-table-add-columns
Open

MSSQL: Support multiple columns after ALTER TABLE ADD#2449
t8y2 wants to merge 1 commit into
apache:mainfrom
t8y2:dev/mssql-alter-table-add-columns

Conversation

@t8y2

@t8y2 t8y2 commented Aug 22, 2026

Copy link
Copy Markdown

SQL Server allows multiple column definitions after one ALTER TABLE ... ADD clause.

This adds a dialect capability for implicit ADD items, preserves repeated ADD syntax, and covers columns with nested type/default expressions plus inline CHECK constraints. Other dialects retain the existing operation parsing.

Validation: cargo test --all-features, cargo fmt --all -- --check, and cargo clippy --all-targets --all-features -- -D warnings.

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