mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 17:05:36 +01:00
sqlite3-parser: box Pragma
This commit is contained in:
@@ -175,7 +175,7 @@ pub enum Stmt {
|
||||
/// `INSERT`
|
||||
Insert(Box<Insert>),
|
||||
/// `PRAGMA`: pragma name, body
|
||||
Pragma(QualifiedName, Option<PragmaBody>),
|
||||
Pragma(Box<QualifiedName>, Option<Box<PragmaBody>>),
|
||||
/// `REINDEX`
|
||||
Reindex {
|
||||
/// collation or index or table name
|
||||
|
||||
Reference in New Issue
Block a user