SQLITE_CHANGESET_OMIT(3) | Library Functions Manual | SQLITE_CHANGESET_OMIT(3) |
SQLITE_CHANGESET_OMIT
,
SQLITE_CHANGESET_REPLACE
,
SQLITE_CHANGESET_ABORT
—
#define SQLITE_CHANGESET_OMIT
#define SQLITE_CHANGESET_REPLACE
#define SQLITE_CHANGESET_ABORT
If CHANGESET_REPLACE is returned by an SQLITE_CHANGESET_DATA conflict handler, then the conflicting row is either updated or deleted, depending on the type of change.
If CHANGESET_REPLACE is returned by an SQLITE_CHANGESET_CONFLICT conflict handler, then the conflicting row is removed from the database and a second attempt to apply the change is made. If this second attempt fails, the original row is restored to the database before continuing.
December 19, 2018 | NetBSD 9.0 |