mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-30 05:14:23 +01:00
sort Pragma names in lexicographical order
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user