finish PRAGMA

This commit is contained in:
TcMits
2025-08-08 15:24:05 +07:00
parent 8bfaacb09f
commit 2f851127cd
2 changed files with 96 additions and 1 deletions

View File

@@ -1075,7 +1075,7 @@ pub enum PragmaBody {
/// `PRAGMA` value
// https://sqlite.org/syntax/pragma-value.html
pub type PragmaValue = Expr; // TODO
pub type PragmaValue = Box<Expr>; // TODO
/// `PRAGMA` value
// https://sqlite.org/pragma.html