mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-05 09:14:24 +01:00
put freelist_count lexicographically in pragma name enum
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user