Skip to content

Commit 354dc52

Browse files
remysaissyiffyio
andauthored
Update src/parser/mod.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 5cda5de commit 354dc52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8884,7 +8884,7 @@ impl<'a> Parser<'a> {
88848884
})
88858885
}
88868886

8887-
fn parse_parenthesized_columns(&mut self) -> Result<Vec<ColumnDef>, ParserError> {
8887+
fn parse_returns_table_columns(&mut self) -> Result<Vec<ColumnDef>, ParserError> {
88888888
self.expect_token(&Token::LParen)?;
88898889
let columns = self.parse_comma_separated(Parser::parse_returns_table_column)?;
88908890
self.expect_token(&Token::RParen)?;

0 commit comments

Comments
 (0)