sqlite3-parser: box Pragma

This commit is contained in:
Jussi Saurio
2025-02-09 13:10:52 +02:00
parent 23c4106433
commit 72a055e5fe
3 changed files with 7 additions and 7 deletions

View File

@@ -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