mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-07 02:04:21 +01:00
sqlite3-parser: box Following and Preceding in FrameBound
This commit is contained in:
@@ -1872,9 +1872,9 @@ pub enum FrameBound {
|
||||
/// `CURRENT ROW`
|
||||
CurrentRow,
|
||||
/// `FOLLOWING`
|
||||
Following(Expr),
|
||||
Following(Box<Expr>),
|
||||
/// `PRECEDING`
|
||||
Preceding(Expr),
|
||||
Preceding(Box<Expr>),
|
||||
/// `UNBOUNDED FOLLOWING`
|
||||
UnboundedFollowing,
|
||||
/// `UNBOUNDED PRECEDING`
|
||||
|
||||
Reference in New Issue
Block a user