Home
last modified time | relevance | path

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

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