LucaCappelletti94 opened a new pull request, #2037: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2037
This PR: - Enables`CREATE TRIGGER` for SQLite dialect, which was early blocked by a dialect guard - Adds support for TEMPORARY triggers - at this time, I have not added a dialect guard on the use of the `TEMPORARY` keyword, which may be desirable if we want to raise errors in other dialect if `TEMP` triggers are provided. - Adds support for optional `FOR EACH ROW` in triggers, which is optional in SQLite - Adds test suite for several `CREATE TRIGGER` cases in SQLite. - Enables `DROP TRIGGER` for SQLite dialect, which was early blocked by a dialect guard - Adds test suite for a `DROP TRIGGER` case in SQLite. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
