mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-07 02:04:21 +01:00
sqlite3-parser: box the where clause in Delete
This commit is contained in:
@@ -168,7 +168,7 @@ pub enum Stmt {
|
||||
/// `INDEXED`
|
||||
indexed: Option<Indexed>,
|
||||
/// `WHERE` clause
|
||||
where_clause: Option<Expr>,
|
||||
where_clause: Option<Box<Expr>>,
|
||||
/// `RETURNING`
|
||||
returning: Option<Vec<ResultColumn>>,
|
||||
/// `ORDER BY`
|
||||
|
||||
Reference in New Issue
Block a user