dilovancelik opened a new pull request, #1790: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1790
Hey I have added a feature to handle OUTPUT Statements in the end of merge statements, which is used in MS SQL per the following issue [1789](https://github.com/apache/datafusion-sqlparser-rs/issues/1789) that I created. - I've added the OUTPUT Keyword - I've added a struct in for Output in ast/mod.rs - I've added an optional Output parameter to the Merge struct in ast/mod.rs - added function for parsing the output parameter in parser/mod.rs - updated parse merge clause function, to break on output keyword - updated parse merge to handling of the output clause - added and updated tests -- 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