Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c232632 int isInsert; local
232645 isInsert = 1;
232652 isInsert = 0;
232673 if( sqlite3_value_type(argv[3])==SQLITE_NULL && isInsert && pgno>1 ){