aharpervc opened a new pull request, #1818: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1818
Reference: https://learn.microsoft.com/en-us/sql/t-sql/statements/create-view-transact-sql This PR adds an `or_alter` field to the CreateView struct, which is false by default but true for `CREATE OR ALTER`. This syntax is used by SQL Server, but implemented here generically. There is a `verified_stmt` test added to the existing "create view" test, to assert this field round trips as expected. -- 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