Searched refs:OE_Ignore (Results 1 – 4 of 4) sorted by relevance
679 case OE_Ignore: { in sqliteGenerateConstraintChecks()740 case OE_Ignore: { in sqliteGenerateConstraintChecks()789 if( onError==OE_Ignore ) onError = OE_Replace; in sqliteGenerateConstraintChecks()828 case OE_Ignore: { in sqliteGenerateConstraintChecks()
583 #define OE_Ignore 4 /* Ignore the error. Do not do the INSERT or UPDATE */ macro
263 resolvetype(A) ::= IGNORE. { A = OE_Ignore; }860 A->iColumn = OE_Ignore;
1256 assert( pExpr->iColumn == OE_Ignore ); in sqliteExprCode()