rename pragma to unsable_capture_data_changes_conn

This commit is contained in:
Nikita Sivukhin
2025-07-06 22:32:42 +04:00
parent a10d423aac
commit 1ee475f04a
3 changed files with 5 additions and 5 deletions

View File

@@ -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