Skip to content

Commit b22099b

Browse files
authored
fix for <variant>:value (#20)
We really need to figure out a better fix than exhaustively listing the keywords allowed here, but this unblocks a customer.
2 parents eda99cd + c5a7991 commit b22099b

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)