Home
last modified time | relevance | path

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

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