sort Pragma names in lexicographical order

This commit is contained in:
bit-aloo
2025-08-08 02:52:45 +05:30
parent ee483ce4e9
commit 6ffd4215a2

View File

@@ -1814,6 +1814,8 @@ pub enum PragmaName {
PageCount,
/// Return the page size of the database in bytes.
PageSize,
/// make connection query only
QueryOnly,
/// Returns schema version of the database file.
SchemaVersion,
/// returns information about the columns of a table
@@ -1824,8 +1826,6 @@ 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