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

Commit e125841

Browse files
Glauber Costaglommer
andauthored
support drop triggers (#527)
Seems like all we have to do is enable it Co-authored-by: Glauber Costa <[email protected]>
1 parent f50803f commit e125841

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqld/src/query_analysis.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ impl StmtKind {
8585
Cmd::Stmt(Stmt::AlterTable(tbl_name, _)) => write_if_not_reserved(tbl_name),
8686
Cmd::Stmt(
8787
Stmt::DropIndex { .. }
88+
| Stmt::DropTrigger { .. }
8889
| Stmt::CreateTrigger {
8990
temporary: false, ..
9091
}

0 commit comments

Comments
 (0)