diff --git a/vendored/sqlite3-parser/src/parser/ast/mod.rs b/vendored/sqlite3-parser/src/parser/ast/mod.rs index 1b5286a6e..e7ccfdc0e 100644 --- a/vendored/sqlite3-parser/src/parser/ast/mod.rs +++ b/vendored/sqlite3-parser/src/parser/ast/mod.rs @@ -1814,6 +1814,8 @@ pub enum PragmaName { PageCount, /// Return the page size of the database in bytes. PageSize, + /// make connection query only + QueryOnly, /// Returns schema version of the database file. SchemaVersion, /// returns information about the columns of a table @@ -1824,8 +1826,6 @@ pub enum PragmaName { UserVersion, /// trigger a checkpoint to run on database(s) if WAL is enabled WalCheckpoint, - /// make connection query only - QueryOnly, } /// `CREATE TRIGGER` time