Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbe.c4628 u16 flags3, newType; in sqlite3VdbeExec() local
4642 newType = pIn3->flags; /* Record the type after applying numeric affinity */ in sqlite3VdbeExec()
4647 if( (newType & (MEM_Int|MEM_IntReal))==0 ){ in sqlite3VdbeExec()
4649 if( (newType & MEM_Real)==0 ){ in sqlite3VdbeExec()
4650 if( (newType & MEM_Null) || oc>=OP_SeekGE ){ in sqlite3VdbeExec()