Add read implementation of user_version pragma with ReadCookie opcode

This commit is contained in:
Jonathan Webb
2025-02-06 11:10:27 -05:00
parent 098da0794f
commit 98e9d33478
9 changed files with 73 additions and 6 deletions

View File

@@ -1598,6 +1598,8 @@ pub enum PragmaName {
PageCount,
/// returns information about the columns of a table
TableInfo,
/// Returns the user version of the database file.
UserVersion,
/// trigger a checkpoint to run on database(s) if WAL is enabled
WalCheckpoint,
}