Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
support drop triggers (#527)
Browse files Browse the repository at this point in the history
Seems like all we have to do is enable it

Co-authored-by: Glauber Costa <[email protected]>
  • Loading branch information
Glauber Costa and glommer authored Jul 26, 2023
1 parent f50803f commit e125841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sqld/src/query_analysis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ impl StmtKind {
Cmd::Stmt(Stmt::AlterTable(tbl_name, _)) => write_if_not_reserved(tbl_name),
Cmd::Stmt(
Stmt::DropIndex { .. }
| Stmt::DropTrigger { .. }
| Stmt::CreateTrigger {
temporary: false, ..
}
Expand Down

0 comments on commit e125841

Please sign in to comment.