mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 08:55:40 +01:00
finish PRAGMA
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user