Home
last modified time | relevance | path

Searched refs:withoutRowid (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c139593 u8 withoutRowid; /* 0 for normal table. 1 for WITHOUT ROWID table */ local
139646 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 ){