Searched refs:withoutRowid (Results 1 – 1 of 1) sorted by relevance
139593 u8 withoutRowid; /* 0 for normal table. 1 for WITHOUT ROWID table */ local139646 withoutRowid = !HasRowid(pTab);139759 ipkColumn = i; assert( !withoutRowid );139770 if( sqlite3IsRowid(pColumn->a[i].zName) && !withoutRowid ){140129 assert( !withoutRowid );140209 }else if( IsVirtual(pTab) || withoutRowid ){