*** DRAFT ***

SQLite Requirement Matrix Details
vtab_on_conflict.html

Index Summary Markup Original


R-02336-39303-27290-23991-25845-02494-13210-07983 tcl slt th3 src

The value returned is one of SQLITE_ROLLBACK, SQLITE_IGNORE, SQLITE_FAIL, SQLITE_ABORT, or SQLITE_REPLACE, according to the ON CONFLICT mode of the SQL statement that triggered the call to the xUpdate method of the virtual table.

/* IMP: R-02336-39303 */
# EVIDENCE-OF: R-02336-39303 The value returned is one of
# SQLITE_ROLLBACK, SQLITE_IGNORE, SQLITE_FAIL, SQLITE_ABORT, or
# SQLITE_REPLACE, according to the ON CONFLICT mode of the SQL statement
# that triggered the call to the xUpdate method of the virtual table.