Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dsort.test463 create table b (id integer primary key, aId integer, text);
468 select a.id, b.id, b.text from a join b on (a.id = b.aId)
/sqlite-3.40.0/src/
H A Dtest1.c6690 } aId[] = { in test_limit() local
6719 for(i=0; i<sizeof(aId)/sizeof(aId[0]); i++){ in test_limit()
6720 if( strcmp(zId, aId[i].zName)==0 ){ in test_limit()
6721 id = aId[i].id; in test_limit()
6725 if( i>=sizeof(aId)/sizeof(aId[0]) ){ in test_limit()