introduce integrity_check pragma

This commit is contained in:
Pere Diaz Bou
2025-06-11 11:14:29 +02:00
parent a4237dbe6e
commit 9383ba207d
10 changed files with 170 additions and 1 deletions

View File

@@ -1675,6 +1675,8 @@ pub enum PragmaName {
UserVersion,
/// trigger a checkpoint to run on database(s) if WAL is enabled
WalCheckpoint,
/// Run integrity check on the database file
IntegrityCheck,
}
/// `CREATE TRIGGER` time