mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-03 16:34:19 +01:00
sqlite3-parser: box large members of Upsert
This commit is contained in:
@@ -1769,9 +1769,9 @@ pub enum TransactionType {
|
||||
#[derive(Clone, Debug, PartialEq, Eq)]
|
||||
pub struct Upsert {
|
||||
/// conflict targets
|
||||
pub index: Option<UpsertIndex>,
|
||||
pub index: Option<Box<UpsertIndex>>,
|
||||
/// `DO` clause
|
||||
pub do_clause: UpsertDo,
|
||||
pub do_clause: Box<UpsertDo>,
|
||||
/// next upsert
|
||||
pub next: Option<Box<Upsert>>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user