Home
last modified time | relevance | path

Searched refs:seenReplace (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dinsert.c1689 int seenReplace = 0; /* True if REPLACE is used to resolve INT PK conflict */ in sqlite3GenerateConstraintChecks() local
2128 seenReplace = 1; in sqlite3GenerateConstraintChecks()
2437 seenReplace = 1; in sqlite3GenerateConstraintChecks()
2491 *pbMayReplace = seenReplace; in sqlite3GenerateConstraintChecks()
2492 VdbeModuleComment((v, "END: GenCnstCks(%d)", seenReplace)); in sqlite3GenerateConstraintChecks()