Searched refs:OE_None (Results 1 – 5 of 5) sorted by relevance
658 if( onError==OE_None ) continue; in sqliteGenerateConstraintChecks()783 if( onError==OE_None ) continue; /* pIdx is not a UNIQUE index */ in sqliteGenerateConstraintChecks()
442 sqliteVdbeAddOp(v, OP_Integer, pIdx->onError!=OE_None, 0); in sqlitePragma()
582 #define OE_None 0 /* There is no constraint to check */ macro
737 if( U!=OE_None ) U = R;744 uniqueflag(A) ::= . { A = OE_None; }
1732 sqliteVdbeOp3(v, OP_IdxPut, 1, pIndex->onError!=OE_None, in sqliteCreateIndex()