mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-28 20:34:24 +01:00
Add read implementation of user_version pragma with ReadCookie opcode
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user