Searched refs:pDestCol (Results 1 – 1 of 1) sorted by relevance
142011 Column *pDestCol = &pDest->aCol[i]; local142015 && (pDestCol->colFlags | pSrcCol->colFlags) & COLFLAG_HIDDEN142037 if( (pDestCol->colFlags & COLFLAG_GENERATED) !=142045 if( (pDestCol->colFlags & COLFLAG_GENERATED)!=0 ){142048 sqlite3ColumnExpr(pDest, pDestCol), -1)!=0 ){142049 testcase( pDestCol->colFlags & COLFLAG_VIRTUAL );142050 testcase( pDestCol->colFlags & COLFLAG_STORED );142055 if( pDestCol->affinity!=pSrcCol->affinity ){142058 if( sqlite3_stricmp(sqlite3ColumnColl(pDestCol),142062 if( pDestCol->notNull && !pSrcCol->notNull ){[all …]