mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-06 17:54:20 +01:00
implement the MaxPgCount opcode
It is used by the pragma max_page_count, which is also implemented.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user