VSQLITE_CHANGESET_DATA
Bun

variable

sqlite.constants.SQLITE_CHANGESET_DATA

const SQLITE_CHANGESET_DATA: number

The conflict handler is invoked with this constant when processing a DELETE or UPDATE change if a row with the required PRIMARY KEY fields is present in the database, but one or more other (non primary-key) fields modified by the update do not contain the expected "before" values.