put freelist_count lexicographically in pragma name enum

This commit is contained in:
bit-aloo
2025-08-11 11:06:56 +05:30
parent e165deb09d
commit 4dfa0d77c5

View File

@@ -1804,6 +1804,8 @@ pub enum PragmaName {
DatabaseList,
/// Encoding - only support utf8
Encoding,
/// Current free page count.
FreelistCount,
/// Run integrity check on the database file
IntegrityCheck,
/// `journal_mode` pragma
@@ -1828,8 +1830,6 @@ pub enum PragmaName {
UserVersion,
/// trigger a checkpoint to run on database(s) if WAL is enabled
WalCheckpoint,
/// Current free page count.
FreelistCount,
}
/// `CREATE TRIGGER` time