Skip to content

Commit c5a7991

Browse files
committed
fix for <variant>:value
1 parent eda99cd commit c5a7991

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/parser/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5924,6 +5924,7 @@ impl<'a> Parser<'a> {
59245924
| Keyword::START
59255925
| Keyword::END
59265926
| Keyword::DATA
5927+
| Keyword::VALUE
59275928
if dialect_of!(self is SnowflakeDialect | GenericDialect) =>
59285929
{
59295930
Ok(Value::UnQuotedString(w.value))

0 commit comments

Comments
 (0)