mvzink opened a new pull request, #1998:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1998

   MySQL uses a statement body similar to MSSQL (but without the `AS` keyword) 
instead of `EXECUTE` body style used in Postgres and standard SQL. But unlike 
MSSQL, MySQL puts the trigger period before the target table. We add some flags 
to indicate these differences and allow parsing and round tripping MySQL 
triggers. The main benefit is that we can now handle MySQL triggers which 
include `BEGIN; ... END;` compound statements.


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to