Update comments (follow-up to PR #158)

This commit is contained in:
Nickolay Ponomarev 2020-04-20 05:43:57 +03:00
parent af852e78f6
commit 06865113d7

View file

@ -403,8 +403,10 @@ impl fmt::Display for Offset {
}
}
/// Stores the keyword after `OFFSET <number>`
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
pub enum OffsetRows {
/// Omitting ROW/ROWS is non-standard MySQL quirk.
None,
Row,
Rows,