Re: [PR] Add support for Snowflake identifier function [datafusion-sqlparser-rs]

2025-07-10 Thread via GitHub
iffyio merged PR #1929: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1929 -- 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 Snowflake identifier function [datafusion-sqlparser-rs]

2025-07-09 Thread via GitHub
iffyio commented on code in PR #1929: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1929#discussion_r2194728896 ## tests/sqlparser_snowflake.rs: ## @@ -4232,3 +4232,122 @@ fn test_snowflake_create_view_with_composite_policy_name() { r#"CREATE VIEW X (COL

Re: [PR] Add support for Snowflake identifier function [datafusion-sqlparser-rs]

2025-07-08 Thread via GitHub
yoavcloud commented on code in PR #1929: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1929#discussion_r2193440626 ## tests/sqlparser_snowflake.rs: ## @@ -4232,3 +4232,122 @@ fn test_snowflake_create_view_with_composite_policy_name() { r#"CREATE VIEW X (

Re: [PR] Add support for Snowflake identifier function [datafusion-sqlparser-rs]

2025-07-08 Thread via GitHub
iffyio commented on code in PR #1929: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1929#discussion_r2192824402 ## src/parser/mod.rs: ## @@ -10353,70 +10353,84 @@ impl<'a> Parser<'a> { } } -/// Parse a possibly qualified, possibly quoted identi

[PR] Add support for Snowflake identifier function [datafusion-sqlparser-rs]

2025-07-06 Thread via GitHub
yoavcloud opened a new pull request, #1929: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1929 Expand the support for the `IDENTIFIER` function in Snowflake, which is used to generate identifiers dynamically. See here: https://docs.snowflake.com/en/sql-reference/identifier-lit