aharpervc commented on code in PR #1808: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1808#discussion_r2047770271
########## src/ast/mod.rs: ########## @@ -9211,6 +9253,41 @@ pub enum CopyIntoSnowflakeKind { Location, } +/// Return (MsSql) +/// +/// for Functions: +/// RETURN scalar_expression +/// +/// See <https://learn.microsoft.com/en-us/sql/t-sql/statements/create-function-transact-sql> +/// +/// for Triggers: +/// RETURN +/// +/// See <https://learn.microsoft.com/en-us/sql/t-sql/statements/create-trigger-transact-sql> Review Comment: Done 👍 --- BTW, see how easy it is for "MsSql" to accidentally become "M**y**Sql"? Another vote for renaming the dialect 😆 <img width="303" alt="image" src="https://github.com/user-attachments/assets/c99b0c0f-e2ac-4e8d-85be-08861b376610" /> -- 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