diff --git a/vendored/sqlite3-parser/src/parser/ast/mod.rs b/vendored/sqlite3-parser/src/parser/ast/mod.rs index d511ddaaf..74da5b647 100644 --- a/vendored/sqlite3-parser/src/parser/ast/mod.rs +++ b/vendored/sqlite3-parser/src/parser/ast/mod.rs @@ -1622,7 +1622,7 @@ pub enum PragmaName { LegacyFileFormat, /// Return the total number of pages in the database file. PageCount, - // `page_size` pragma + /// Return the page size of the database in bytes. PageSize, /// returns information about the columns of a table TableInfo,