We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d977d1 commit 8736660Copy full SHA for 8736660
src/dialect/snowflake.rs
@@ -834,7 +834,7 @@ pub fn parse_create_database(
834
return parser.expected("TAG or CONTACT", next_token);
835
}
836
837
- _ => return parser.expected("end of statementrrr", next_token),
+ _ => return parser.expected("end of statement", next_token),
838
},
839
Token::SemiColon | Token::EOF => break,
840
_ => return parser.expected("end of statement", next_token),
0 commit comments