Searched refs:pDestCol (Results 1 – 1 of 1) sorted by relevance
141790 Column *pDestCol = &pDest->aCol[i]; local141794 && (pDestCol->colFlags | pSrcCol->colFlags) & COLFLAG_HIDDEN141816 if( (pDestCol->colFlags & COLFLAG_GENERATED) !=141824 if( (pDestCol->colFlags & COLFLAG_GENERATED)!=0 ){141827 sqlite3ColumnExpr(pDest, pDestCol), -1)!=0 ){141828 testcase( pDestCol->colFlags & COLFLAG_VIRTUAL );141829 testcase( pDestCol->colFlags & COLFLAG_STORED );141834 if( pDestCol->affinity!=pSrcCol->affinity ){141837 if( sqlite3_stricmp(sqlite3ColumnColl(pDestCol),141841 if( pDestCol->notNull && !pSrcCol->notNull ){[all …]