Documentación offline SQLite 3.53.4
por @raupulus

Flags for sqlite3changeset_start_v2

3.53.4 Ver versión oficial en línea Licencia BlessingDescargado el 2026-09-15 Bundle .md (21.8 MB) ↓

En esta página

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_CHANGESETSTART_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.