Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c234003 int bPkOnly, /* Record consists of PK fields only */ argument
234013 if( bPkOnly && isPK==0 ) continue;
234362 int bPkOnly = (p->op==SQLITE_DELETE && bPatchset); local
234363 int iHash = sessionChangeHash(pTab, bPkOnly, p->aRecord, nNew);