iffyio commented on code in PR #1809:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1809#discussion_r2051415729
##########
src/ast/mod.rs:
##########
@@ -4054,6 +4054,12 @@ pub enum Statement {
arguments: Vec<Expr>,
options: Vec<RaisErrorOption>,
},
+ /// Go (MSSQL)
+ ///
+ /// GO is not a Transact-SQL statement; it is a command recognized by
various tools as a batch delimiter
+ ///
+ /// See
<https://learn.microsoft.com/en-us/sql/t-sql/language-elements/sql-server-utilities-statements-go>
Review Comment:
Ah indeed, ideally both would have the doc comments on their respective
structs, I think I meant to reference return statement in the other PR as the
example
--
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]