Searched refs:seenReplace (Results 1 – 1 of 1) sorted by relevance
1689 int seenReplace = 0; /* True if REPLACE is used to resolve INT PK conflict */ in sqlite3GenerateConstraintChecks() local2128 seenReplace = 1; in sqlite3GenerateConstraintChecks()2437 seenReplace = 1; in sqlite3GenerateConstraintChecks()2491 *pbMayReplace = seenReplace; in sqlite3GenerateConstraintChecks()2492 VdbeModuleComment((v, "END: GenCnstCks(%d)", seenReplace)); in sqlite3GenerateConstraintChecks()