guan404ming opened a new pull request, #2228: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2228
## Why MSSQL's OUTPUT clause allows returning inserted/deleted column values from DML statements, but was only supported on MERGE. ## How - Add output: Option<OutputClause> to Insert, Delete, and Update AST structs with correct mid-statement positioning - Reserve `OUTPUT` and `VALUES` keywords for table/column alias contexts to prevent ambiguous parsing - Add tests covering `OUTPUT` with and without `INTO` on all three statement types -- 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]
