Skip to content

Commit 0686511

Browse files
committed
Update comments (follow-up to PR apache#158)
1 parent af852e7 commit 0686511

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ast/query.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,10 @@ impl fmt::Display for Offset {
403403
}
404404
}
405405

406+
/// Stores the keyword after `OFFSET <number>`
406407
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
407408
pub enum OffsetRows {
409+
/// Omitting ROW/ROWS is non-standard MySQL quirk.
408410
None,
409411
Row,
410412
Rows,

0 commit comments

Comments
 (0)