mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-02 16:04:20 +01:00
Implement PRAGMA query_only logic
This commit is contained in:
@@ -1824,6 +1824,8 @@ pub enum PragmaName {
|
||||
UserVersion,
|
||||
/// trigger a checkpoint to run on database(s) if WAL is enabled
|
||||
WalCheckpoint,
|
||||
/// make connection query only
|
||||
QueryOnly,
|
||||
}
|
||||
|
||||
/// `CREATE TRIGGER` time
|
||||
|
||||
Reference in New Issue
Block a user