Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c18778 u8 bConstraint; /* True if constraints are supported */ member
102941 if( (rc&0xff)==SQLITE_CONSTRAINT && pOp->p4.pVtab->bConstraint ){
158902 p->pVTable->bConstraint = (u8)va_arg(ap, int);