mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-06 09:44:21 +01:00
rename pragma to unsable_capture_data_changes_conn
This commit is contained in:
@@ -1747,8 +1747,6 @@ pub enum PragmaName {
|
||||
AutoVacuum,
|
||||
/// `cache_size` pragma
|
||||
CacheSize,
|
||||
/// enable capture-changes logic for the connection
|
||||
CaptureDataChanges,
|
||||
/// Run integrity check on the database file
|
||||
IntegrityCheck,
|
||||
/// `journal_mode` pragma
|
||||
@@ -1763,6 +1761,8 @@ pub enum PragmaName {
|
||||
SchemaVersion,
|
||||
/// returns information about the columns of a table
|
||||
TableInfo,
|
||||
/// enable capture-changes logic for the connection
|
||||
UnstableCaptureDataChangesConn,
|
||||
/// Returns the user version of the database file.
|
||||
UserVersion,
|
||||
/// trigger a checkpoint to run on database(s) if WAL is enabled
|
||||
|
||||
Reference in New Issue
Block a user