SQLITE3REBASER_CONFIGURE(3) Library Functions Manual SQLITE3REBASER_CONFIGURE(3)

sqlite3rebaser_configure
Configure a changeset rebaser object.

int
sqlite3rebaser_configure(sqlite3_rebaser*, int nRebase, const void *pRebase );

Configure the changeset rebaser object to rebase changesets according to the conflict resolutions described by buffer pRebase (size nRebase bytes), which must have been obtained from a previous call to sqlite3changeset_apply_v2().
December 19, 2018 NetBSD 9.0