chore: correct typos (#589) (#592)

This commit is contained in:
Dongxu Wang
2022-11-21 14:07:45 +08:00
committed by GitHub
parent ca5734edb3
commit b6fa316c65
35 changed files with 78 additions and 78 deletions

View File

@@ -117,7 +117,7 @@ impl<'a> ParserContext<'a> {
}
/// Parses SHOW statements
/// todo(hl) support `show settings`/`show create`/`show users` ect.
/// todo(hl) support `show settings`/`show create`/`show users` etc.
fn parse_show(&mut self) -> Result<Statement> {
if self.consume_token("DATABASES") || self.consume_token("SCHEMAS") {
self.parse_show_databases()