We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0840c1 commit 99df9b5Copy full SHA for 99df9b5
1 file changed
src/parser/mod.rs
@@ -19625,7 +19625,7 @@ impl<'a> Parser<'a> {
19625
| Expr::Cast { .. }
19626
| Expr::Convert { .. }
19627
| Expr::Subquery(_) => Ok(expr),
19628
- // todo: how to retstrict to variables?
+ // todo: how to restrict to variables?
19629
Expr::Identifier(id) if id.value.starts_with('@') => Ok(expr),
19630
_ => parser_err!(
19631
"Non-returnable expression found following RETURN",
0 commit comments