Lines Matching refs:testcase

462         testcase( pMod->pEpoTab==0 );  in sqlite3LocateTable()
892 testcase( zTabName[0]==0 ); /* Zero-length table names are allowed */ in sqlite3UnlinkAndDeleteTable()
1021 testcase( (db->flags&(SQLITE_WriteSchema|SQLITE_Defensive))==0 ); in sqlite3WritableSchema()
1022 testcase( (db->flags&(SQLITE_WriteSchema|SQLITE_Defensive))== in sqlite3WritableSchema()
1024 testcase( (db->flags&(SQLITE_WriteSchema|SQLITE_Defensive))== in sqlite3WritableSchema()
1026 testcase( (db->flags&(SQLITE_WriteSchema|SQLITE_Defensive))== in sqlite3WritableSchema()
1466 testcase( pParse->earlyCleanup ); in sqlite3AddReturning()
1749 testcase( pCol->colFlags & COLFLAG_VIRTUAL ); in sqlite3AddDefaultValue()
1750 testcase( pCol->colFlags & COLFLAG_STORED ); in sqlite3AddDefaultValue()
1805 testcase( pCol->colFlags & COLFLAG_VIRTUAL ); in makeColumnPartOfPrimaryKey()
1806 testcase( pCol->colFlags & COLFLAG_STORED ); in makeColumnPartOfPrimaryKey()
2154 testcase( pCol->affinity==SQLITE_AFF_BLOB ); in createTableStmt()
2155 testcase( pCol->affinity==SQLITE_AFF_TEXT ); in createTableStmt()
2156 testcase( pCol->affinity==SQLITE_AFF_NUMERIC ); in createTableStmt()
2157 testcase( pCol->affinity==SQLITE_AFF_INTEGER ); in createTableStmt()
2158 testcase( pCol->affinity==SQLITE_AFF_REAL ); in createTableStmt()
2262 testcase( pPk==pIdx ); in isDupColumn()
2302 testcase( x==BMS-1 ); in recomputeColumnsNotIndexed()
2303 testcase( x==BMS-2 ); in recomputeColumnsNotIndexed()
2407 testcase( hasColumn(pPk->aiColumn, j, pPk->aiColumn[i]) ); in convertToWithoutRowidTable()
2440 testcase( hasColumn(pIdx->aiColumn, pIdx->nKeyCol, pPk->aiColumn[i]) ); in convertToWithoutRowidTable()
2452 testcase( hasColumn(pIdx->aiColumn, pIdx->nKeyCol, pPk->aiColumn[i]) ); in convertToWithoutRowidTable()
2732 testcase( p->tabFlags & TF_HasVirtual ); in sqlite3EndTable()
2733 testcase( p->tabFlags & TF_HasStored ); in sqlite3EndTable()
2738 testcase( colFlags & COLFLAG_VIRTUAL ); in sqlite3EndTable()
2739 testcase( colFlags & COLFLAG_STORED ); in sqlite3EndTable()
4247 testcase( hasColumn(pIndex->aiColumn,pIndex->nKeyCol,x) ); in sqlite3CreateIndex()