mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-13 07:22:02 +00:00
Adding support for parsing CREATE TRIGGER and DROP TRIGGER statements (#1352)
Co-authored-by: hulk <hulk.website@gmail.com> Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com> Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
This commit is contained in:
parent
f5b818e74b
commit
b072ce2589
8 changed files with 1022 additions and 25 deletions
|
@ -124,6 +124,7 @@ impl TestedDialects {
|
|||
}
|
||||
|
||||
let only_statement = statements.pop().unwrap();
|
||||
|
||||
if !canonical.is_empty() {
|
||||
assert_eq!(canonical, only_statement.to_string())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue