From 18657a960e125336f704ea058e25c27bd3900dcb Mon Sep 17 00:00:00 2001
From: Daniel Baumann
Date: Sun, 5 May 2024 19:28:19 +0200
Subject: Adding upstream version 3.40.1.
Signed-off-by: Daniel Baumann
---
www/session/c_changesetstart_invert.html | 131 +++++++++++++++++++++++++++++++
1 file changed, 131 insertions(+)
create mode 100644 www/session/c_changesetstart_invert.html
(limited to 'www/session/c_changesetstart_invert.html')
diff --git a/www/session/c_changesetstart_invert.html b/www/session/c_changesetstart_invert.html
new file mode 100644
index 0000000..53a41db
--- /dev/null
+++ b/www/session/c_changesetstart_invert.html
@@ -0,0 +1,131 @@
+
+
+
+
+
+Flags for sqlite3changeset_start_v2
+
+
+
+
+
+
+
+
+
+Small. Fast. Reliable. Choose any three.
+
+
+
+
+
+
+Session Module C Interface Flags for sqlite3changeset_start_v2 #define SQLITE_CHANGESETSTART_INVERT 0x0002
+
+The following flags may passed via the 4th parameter to
+sqlite3changeset_start_v2 and sqlite3changeset_start_v2_strm :
+
+
SQLITE_CHANGESETAPPLY_INVERT
+ Invert the changeset while iterating through it. This is equivalent to
+ inverting a changeset using sqlite3changeset_invert() before applying it.
+ It is an error to specify this flag with a patchset.
+
See also lists of
+ Objects ,
+ Constants , and
+ Functions .
+
--
cgit v1.2.3