Searched refs:withoutRowid (Results 1 – 1 of 1) sorted by relevance
139814 u8 withoutRowid; /* 0 for normal table. 1 for WITHOUT ROWID table */ local139867 withoutRowid = !HasRowid(pTab);139980 ipkColumn = i; assert( !withoutRowid );139991 if( sqlite3IsRowid(pColumn->a[i].zName) && !withoutRowid ){140350 assert( !withoutRowid );140430 }else if( IsVirtual(pTab) || withoutRowid ){