Searched refs:newType (Results 1 – 1 of 1) sorted by relevance
4628 u16 flags3, newType; in sqlite3VdbeExec() local4642 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()