*** DRAFT ***

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.

*** DRAFT ***