iffyio commented on code in PR #1939:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1939#discussion_r2244743813
##
src/parser/mod.rs:
##
@@ -9756,6 +9771,15 @@ impl<'a> Parser<'a> {
}
}
+/// Parse a boolean string
+pub fn parse_boolean_stri
osipovartem commented on code in PR #1939:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1939#discussion_r2242612244
##
src/parser/mod.rs:
##
@@ -9756,6 +9771,15 @@ impl<'a> Parser<'a> {
}
}
+/// Parse a boolean string
+pub fn parse_boolean
iffyio commented on code in PR #1939:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1939#discussion_r2242330663
##
src/parser/mod.rs:
##
@@ -9756,6 +9771,15 @@ impl<'a> Parser<'a> {
}
}
+/// Parse a boolean string
+pub fn parse_boolean_stri
osipovartem commented on PR #1939:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1939#issuecomment-3135391621
@iffyio please take a look
--
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 g
iffyio commented on code in PR #1939:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1939#discussion_r2212632085
##
src/ast/mod.rs:
##
@@ -9524,6 +9550,29 @@ impl Display for Tag {
}
}
+/// Snowflake `WITH CONTACT ( purpose = contact [ , purpose = contact .
osipovartem commented on code in PR #1939:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1939#discussion_r2207128546
##
src/ast/mod.rs:
##
@@ -9524,6 +9550,29 @@ impl Display for Tag {
}
}
+/// Snowflake `WITH CONTACT ( purpose = contact [ , purpose = cont
osipovartem commented on code in PR #1939:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1939#discussion_r2207107374
##
src/ast/mod.rs:
##
@@ -9524,6 +9550,29 @@ impl Display for Tag {
}
}
+/// Snowflake `WITH CONTACT ( purpose = contact [ , purpose = cont
iffyio commented on code in PR #1939:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1939#discussion_r2206923615
##
src/dialect/snowflake.rs:
##
@@ -731,6 +734,115 @@ pub fn parse_create_table(
Ok(builder.build())
}
+/// Parse snowflake create database stat
osipovartem opened a new pull request, #1939:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1939
https://docs.snowflake.com/en/sql-reference/sql/create-database
Added support for
```sql
CREATE [ OR REPLACE ] [ TRANSIENT ] DATABASE [ IF NOT EXISTS ]
[ CLONE