Re: [PR] Add support for `EXECUTE IMMEDIATE` [datafusion-sqlparser-rs]

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

Re: [PR] Add support for `EXECUTE IMMEDIATE` [datafusion-sqlparser-rs]

2025-02-18 Thread via GitHub
alamb commented on code in PR #1717: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1717#discussion_r1960479457 ## src/dialect/bigquery.rs: ## @@ -110,6 +110,11 @@ impl Dialect for BigQueryDialect { true } +/// See

[PR] Add support for `EXECUTE IMMEDIATE` [datafusion-sqlparser-rs]

2025-02-08 Thread via GitHub
iffyio opened a new pull request, #1717: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1717 Adds support for the `EXECUTE IMMEDIATE` statement ```sql EXECUTE IMMEDIATE 'SELECT 1' USING 2 AS foo; ``` [BigQuery](https://cloud.google.com/bigquery/docs/reference