diff --git a/src/ast/query.rs b/src/ast/query.rs index 43342198..a26ba265 100644 --- a/src/ast/query.rs +++ b/src/ast/query.rs @@ -403,8 +403,10 @@ impl fmt::Display for Offset { } } +/// Stores the keyword after `OFFSET ` #[derive(Debug, Clone, PartialEq, Eq, Hash)] pub enum OffsetRows { + /// Omitting ROW/ROWS is non-standard MySQL quirk. None, Row, Rows,