Skip to content

Support UPDATE ... JOIN ... and DELETE ... JOIN ... #321

@KKould

Description

@KKould

Related umbrella: #130

Current state

UPDATE ... JOIN ... and DELETE ... JOIN ... are not gracefully rejected today. They still hit unimplemented!() and can panic.

Expected

Support joined UPDATE / DELETE, or at minimum return a normal UnsupportedStmt error instead of panicking.

Pointers

  • src/binder/mod.rs:574
  • src/binder/mod.rs:582
  • Reproduced with kitesql-shell

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