aharpervc commented on code in PR #1831: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1831#discussion_r2067410508
########## src/ast/mod.rs: ########## @@ -3032,6 +3068,14 @@ pub enum Statement { partition: Option<Box<Expr>>, }, /// ```sql + /// OPEN cursor_name + /// ``` + /// Opens a cursor. + Open { Review Comment: Done 👍. I didn't do that originally so as to more closely mimic the existing code -- 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