Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c140594 u8 isUpdate; /* True if this is an UPDATE operation */ local
140609 isUpdate = regOldData!=0;
140957 if( isUpdate ){
141133 if( isUpdate && pPk==pIdx && pkChng==0 ){
141192 if( isUpdate || onError==OE_Replace ){
141197 if( isUpdate ){
141215 if( isUpdate ){
141283 if( pTrigger && isUpdate ){
141289 if( pTrigger && isUpdate ){
141370 if( isUpdate ){