mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-06 01:34:21 +01:00
sqlite3-parser: box the having clause in GroupBy
This commit is contained in:
@@ -1005,7 +1005,7 @@ pub struct GroupBy {
|
||||
/// expressions
|
||||
pub exprs: Vec<Expr>,
|
||||
/// `HAVING`
|
||||
pub having: Option<Expr>, // HAVING clause on a non-aggregate query
|
||||
pub having: Option<Box<Expr>>, // HAVING clause on a non-aggregate query
|
||||
}
|
||||
|
||||
/// identifier or one of several keywords or `INDEXED`
|
||||
|
||||
Reference in New Issue
Block a user