Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Drowvalue9.test275 CREATE TABLE g2(x, y);
276 CREATE INDEX g2x ON g2(x);
278 INSERT INTO g2 VALUES(1, 4);
279 INSERT INTO g2 VALUES(1, 5);
283 SELECT * FROM g2 WHERE (x, y) IN (
289 SELECT * FROM g2 WHERE (x, y) IN (
295 SELECT * FROM g2 WHERE (x, y) IN (
H A Dupfrom3.test206 UPDATE g1 SET c=101 FROM g1 AS g2;
H A Dindex.test180 execsql {CREATE TABLE test2(g1 real, g2 real)}
H A Dtransitive1.test149 …g</thumb><thumb aspect="banner">http://thetvdb.com/banners/graphical/80379-g2.jpg</thumb><thumb as…
/sqlite-3.40.0/src/
H A Dbtree.c1746 int g2; in allocateSpace() local
1748 *pIdx = g2 = (int)(pSpace-data); in allocateSpace()
1749 if( g2<=gap ){ in allocateSpace()