Skip to content

Support more ALTER TABLE operations #329

@KKould

Description

@KKould

Related umbrella: #130

Current state

ALTER TABLE only supports a narrow subset of operations.

Missing pieces include:

  • multiple actions in one statement
  • ALTER COLUMN TYPE USING
  • add/drop constraints
  • rename table
  • more position / option variants

Expected

Support more ALTER TABLE operations and variants.

Pointers

  • src/binder/mod.rs:508
  • src/binder/alter_table.rs:143
  • src/binder/alter_table.rs:197

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions