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 9e098c3 commit 5bd6ed4Copy full SHA for 5bd6ed4
src/parser/merge.rs
@@ -29,7 +29,7 @@ use crate::{
29
use super::{Parser, ParserError};
30
31
impl Parser<'_> {
32
- /// Parse a MERGE statement, returning a `Box`ed SetExpr
+ /// Parse a `MERGE` statement, returning a `Box`ed SetExpr
33
///
34
/// This is used to reduce the size of the stack frames in debug builds
35
pub(super) fn parse_merge_setexpr_boxed(
0 commit comments