Flags for sqlite3changeset_start_v2

#define SQLITE_CHANGESETSTART_INVERT        0x0002

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.