From 27fd6aa13ad8454be2dd2f72d52ecea139c619ef Mon Sep 17 00:00:00 2001 From: Lucas Forato Date: Mon, 4 Aug 2025 08:58:37 -0300 Subject: [PATCH] chore: updated comment --- vendored/sqlite3-parser/src/parser/ast/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/vendored/sqlite3-parser/src/parser/ast/mod.rs b/vendored/sqlite3-parser/src/parser/ast/mod.rs index a5b0ee897..5a373d796 100644 --- a/vendored/sqlite3-parser/src/parser/ast/mod.rs +++ b/vendored/sqlite3-parser/src/parser/ast/mod.rs @@ -1813,6 +1813,7 @@ pub enum PragmaName { /// Set or get the maximum number of pages in the database file. MaxPageCount, /// `module_list` praagma + /// `module_list` lists modules used by virtual tables. ModuleList, /// Return the total number of pages in the database file. PageCount,