implement the MaxPgCount opcode

It is used by the pragma max_page_count, which is also implemented.
This commit is contained in:
Glauber Costa
2025-08-05 15:32:02 -05:00
parent cc98f9f88b
commit f36974f086
9 changed files with 153 additions and 2 deletions

View File

@@ -1810,6 +1810,8 @@ pub enum PragmaName {
JournalMode,
/// Noop as per SQLite docs
LegacyFileFormat,
/// Set or get the maximum number of pages in the database file.
MaxPageCount,
/// Return the total number of pages in the database file.
PageCount,
/// Return the page size of the database in bytes.