Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A DwhereJ.test29 sid,
49 CREATE INDEX ix0 on tx1(a1,curx,aid,cid,sid,ftype,fp,fyear DESC,edate DESC,fid);
50 CREATE INDEX ix1 on tx1(a1,curx,aid,ftype,fp,fyear DESC,fid,edate DESC,cid,sid);
51 CREATE INDEX ix2 on tx1(a1,curx,cid,sid,ftype,fp,fyear DESC,edate DESC,aid,fid);
52 CREATE INDEX ix3 on tx1(a1,curx,fid,ftype,fp,fyear DESC,cid,sid,aid,edate DESC);
53 CREATE INDEX ix4 on tx1(a1,curx,ftype,cid,sid,aid,edate DESC,fid,fp,fyear DESC);
54 CREATE INDEX ix5 on tx1(a1,curx,ftype,aid,fid,cid,sid,edate DESC,fp,fyear DESC);
56 …CREATE INDEX ix7 on tx1(cid,a1,curx,sid,ftype,est,fid,aid,edate,rstat,cx,fyear,fp,acode,tdate,gsta…
57 CREATE INDEX ix8 on tx1(cid,sid,edate DESC,aid,est);
323 SELECT aid, sid, MAX(edate) edate
[all …]
H A Dautoindex5.test102 AND ( sp.release = 'sid' OR sp.release = 'stretch' OR sp.release = 'jessie'
/sqlite-3.40.0/tool/
H A Dsqldiff.c323 char * sid = safeId((char*)sqlite3_column_text(pStmt,1)); in columnNames() local
326 az[iPKey-1] = sid; in columnNames()
329 || !(strcmp(sid,"rootpage")==0 in columnNames()
330 ||strcmp(sid,"name")==0 in columnNames()
331 ||strcmp(sid,"type")==0)){ in columnNames()
334 az[naz++] = sid; in columnNames()