diff --git a/vendored/sqlite3-parser/src/parser/ast/mod.rs b/vendored/sqlite3-parser/src/parser/ast/mod.rs index 392546576..a5b0ee897 100644 --- a/vendored/sqlite3-parser/src/parser/ast/mod.rs +++ b/vendored/sqlite3-parser/src/parser/ast/mod.rs @@ -1812,6 +1812,8 @@ pub enum PragmaName { LegacyFileFormat, /// Set or get the maximum number of pages in the database file. MaxPageCount, + /// `module_list` praagma + ModuleList, /// Return the total number of pages in the database file. PageCount, /// Return the page size of the database in bytes.