Searched refs:OE_Ignore (Results 1 – 4 of 4) sorted by relevance
682 case OE_Ignore: { in sqliteGenerateConstraintChecks()743 case OE_Ignore: { in sqliteGenerateConstraintChecks()792 if( onError==OE_Ignore ) onError = OE_Replace; in sqliteGenerateConstraintChecks()831 case OE_Ignore: { in sqliteGenerateConstraintChecks()
586 #define OE_Ignore 4 /* Ignore the error. Do not do the INSERT or UPDATE */ macro
265 resolvetype(A) ::= IGNORE. { A = OE_Ignore; }862 A->iColumn = OE_Ignore;
1256 assert( pExpr->iColumn == OE_Ignore ); in sqliteExprCode()