Documentación offline SQLite 3.53.4
por @raupulus

Configure a changeset rebaser object.

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#

Configure a changeset rebaser object.#

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

Important: This interface is experimental and is subject to change without notice.

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().

See also lists of Objects, Constants, and Functions.