mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-01 07:24:19 +01:00
sqlite3-parser: box the where clause in Update
This commit is contained in:
@@ -256,7 +256,7 @@ pub enum Stmt {
|
||||
/// `FROM`
|
||||
from: Option<FromClause>,
|
||||
/// `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