From 2abec11ad14687c1c717bb9c570e78525c84ee0f Mon Sep 17 00:00:00 2001
From: Daniel Baumann
/* ** Conflict handler callback used by apply_changeset(). See below. */ -static int xConflict(void *pCtx, int eConflict, sqlite3_changset_iter *pIter){ +static int xConflict(void *pCtx, int eConflict, sqlite3_changeset_iter *pIter){ int ret = (int)pCtx; return ret; } @@ -647,5 +647,5 @@ available for the use and manipulation of changeset and patchset blobs: original. If changeset C+ is the inverse of changeset C, then applying C and then C+ to a database should leave the database unchanged. - +This page last modified on 2024-06-01 14:57:22 UTC
-- cgit v1.2.3