Action
Specifies the ON CONFLICT action to be taken when a constraint violation occurs.
This is used in ON CONFLICT clauses of SQL statements to define how to handle situations where an INSERT or UPDATE would violate a UNIQUE, PRIMARY KEY, or CHECK constraint.
Author
MOHAMMAD AZIM ANSARI See also: Conflict Resolution in SQLite