forked from apache/datafusion-sqlparser-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: have wildcard replace work in duckdb and snowflake syntax (#21)
This address https://sigmacomputing.atlassian.net/browse/SIG-52729. The syntax that broke was `SELECT * REPLACE() from table`. The functionality already existed, needed to be enabled for Snowflake and DuckDB. I added test cases so that the examples given in the respective documentation passed: duck db: https://duckdb.org/docs/sql/query_syntax/select.html snowflake: https://docs.snowflake.com/en/sql-reference/sql/select
- Loading branch information
Showing
3 changed files
with
52 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters