Skip to content

Conversation

mrotteveel
Copy link
Member

@mrotteveel mrotteveel commented Aug 30, 2025

The SQL:2023 syntax for the ALTER TABLE actions <add column definition> and <drop column definition> are defined as:

<add column definition> ::=
  ADD [ COLUMN ] <column definition>

<drop column definition> ::=
  DROP [ COLUMN ] <column name> <drop behavior>

Firebird already allows an optional COLUMN in <alter column definition>.

This PR adds support for optional COLUMN for ADD and DROP as well.

@mrotteveel mrotteveel merged commit 1ba0086 into master Aug 31, 2025
46 checks passed
@mrotteveel mrotteveel self-assigned this Aug 31, 2025
@mrotteveel mrotteveel deleted the add-column-opt branch August 31, 2025 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants