Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c18540 #define OE_Update 6 /* Process as a DO UPDATE in an upsert */ macro
134064 overrideError = OE_Update;
134174 onError = OE_Update; /* DO UPDATE */
134277 case OE_Update: {
134397 onError = OE_Update; /* DO UPDATE */
134491 || onError==OE_Ignore || onError==OE_Replace || onError==OE_Update );
134503 case OE_Update: {