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:
Luca Cappelletti 2024-08-14 15:11:16 +02:00 committed by GitHub
parent f5b818e74b
commit b072ce2589
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 1022 additions and 25 deletions

View file

@ -124,6 +124,7 @@ impl TestedDialects {
}
let only_statement = statements.pop().unwrap();
if !canonical.is_empty() {
assert_eq!(canonical, only_statement.to_string())
}