Skip to content

[WIP] Fix ALTER TABLE ADD COLUMN issue in alasql - #2551

Draft
mathiasrw with Copilot wants to merge 3 commits into
developfrom
copilot/alter-table-add-column-fix
Draft

mathiasrw with Copilot wants to merge 3 commits into
developfrom
copilot/alter-table-add-column-fix

Conversation

Copilot AI commented Sep 10, 2026

Copy link
Copy Markdown
Contributor
  • Add regression test test/test1107.js for ADD COLUMN (memory + localStorage)
  • Fix ALTER TABLE to load engine tables and persist schema/data after column changes
  • Verify in-memory and localStorage ADD COLUMN behavior
  • Prevent data wipe when ALTER runs after UPDATE/DELETE with autocommit
  • Format and run broader validation

Copilot AI linked an issue Sep 10, 2026 that may be closed by this pull request
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.

ALTER TABLE ADD COLUMN does not work

2 participants