Searched refs:OE_Update (Results 1 – 2 of 2) sorted by relevance
1919 overrideError = OE_Update; in sqlite3GenerateConstraintChecks()2029 onError = OE_Update; /* DO UPDATE */ in sqlite3GenerateConstraintChecks()2132 case OE_Update: { in sqlite3GenerateConstraintChecks()2252 onError = OE_Update; /* DO UPDATE */ in sqlite3GenerateConstraintChecks()2346 || onError==OE_Ignore || onError==OE_Replace || onError==OE_Update ); in sqlite3GenerateConstraintChecks()2358 case OE_Update: { in sqlite3GenerateConstraintChecks()
2476 #define OE_Update 6 /* Process as a DO UPDATE in an upsert */ macro