Re: [PR] Add `OR ALTER` support for `CREATE VIEW` [datafusion-sqlparser-rs]

2025-04-28 Thread via GitHub
alamb commented on PR #1818: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1818#issuecomment-2835931909 🚀 -- 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

Re: [PR] Add `OR ALTER` support for `CREATE VIEW` [datafusion-sqlparser-rs]

2025-04-23 Thread via GitHub
iffyio merged PR #1818: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1818 -- 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

[PR] Add `OR ALTER` support for `CREATE VIEW` [datafusion-sqlparser-rs]

2025-04-21 Thread via GitHub
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