Implement PRAGMA query_only logic

This commit is contained in:
bit-aloo
2025-08-07 23:49:07 +05:30
parent 2cf7f66a02
commit aaeec4d4f3
3 changed files with 45 additions and 1 deletions

View File

@@ -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