Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dinsert.c1919 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()
H A DsqliteInt.h2476 #define OE_Update 6 /* Process as a DO UPDATE in an upsert */ macro