SQLITE_CONSTRAINT_PINNED constant

int const SQLITE_CONSTRAINT_PINNED

The SQLITE_CONSTRAINT_PINNED error code is an extended error code for SQLITE_CONSTRAINT indicating that an UPDATE trigger attempted do delete the row that was being updated in the middle of the update.

Implementation

static const int SQLITE_CONSTRAINT_PINNED = 2835;