Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rtree/
H A DrtreeH.test22 CREATE VIRTUAL TABLE t1 USING rtree(id,x0,x1,y0,y1,+label,+other);
23 INSERT INTO t1(x0,x1,y0,y1,label) VALUES
59 SELECT * FROM t1 WHERE label='center';
76 SELECT label FROM t1 WHERE x1<=50 ORDER BY id
79 SELECT label FROM t1 WHERE x1<=50 AND label NOT LIKE '%corner%' ORDER BY id
86 INSERT INTO t1(id, x0,x1,y0,y1,label)
91 SELECT label FROM t1 WHERE x0>=48 AND x1<=50 AND y0>=48 AND y1<=50
96 UPDATE t1 SET label='x'||label
98 SELECT label FROM t1 WHERE x0>=48 AND x1<=50 AND y0>=48 AND y1<=50
H A Drtreefuzz001.test59 | 4080: 31 2c 2b 6c 61 62 65 6c 2c 2b 6f 74 68 65 72 29 1,+label,+other)
506 | 4080: 31 2c 2b 6c 61 62 65 6c 2c 2b 6f 74 68 65 72 29 1,+label,+other)
561 INSERT INTO t1(id, x0,x1,y0,y1,label)
603 | 4080: 31 2c 2b 6c 61 62 65 6c 2c 2b 6f 74 68 65 72 29 1,+label,+other)
666 UPDATE t1 SET label='x';
708 | 4080: 31 2c 2b 6c 61 62 65 6c 2c 2b 6f 74 68 65 72 29 1,+label,+other)
773 INSERT INTO t1(id, x0,x1,y0,y1,label)
/sqlite-3.40.0/test/
H A Dtkt1443.test64 label STR UNIQUE
141 Labels.label = 'localhost@rpl:branch'
173 Labels.label = 'localhost@rpl:branch'
H A Dwith1.test1145 # such a label might be later confused for the boolean literals of
1185 CREATE TABLE t (label VARCHAR(10), step INTEGER);
1189 WITH RECURSIVE cte(label, step) AS (
1192 SELECT label, step + 1 FROM cte WHERE step < 3
1194 SELECT * FROM cte ORDER BY +label, +step;
1197 WITH RECURSIVE cte(label, step) AS (
1200 SELECT label, step + 1 FROM cte WHERE step < 3
1202 SELECT * FROM cte ORDER BY +label, +step;
1208 WITH RECURSIVE cte(label, step) AS (
1211 SELECT DISTINCT label, step + 1 FROM cte, tworow WHERE step < 3
[all …]
H A Dwith2.test438 ds0(m, n, x, y, x2, y2, title, size, mark, label, markmode) AS (
441 ds(m, n, x, y, x2, y2, title, size, mark, label, markmode) AS (
445 title, size, mark, label, markmode
449 d(m, n, x, y, x2, y2, labelx,labely,title,size,mark,label,markmode) AS (
450 SELECT m, n, x, y, x2, y2, x, y, title, size, mark, label, markmode
453 ylabels(y, label) AS (
H A Dbitvec.test157 proc bitvec_malloc_test {label failcnt n program} {
158 do_test $label [subst {
H A DwhereL.test73 CREATE TABLE A(id INTEGER PRIMARY KEY, label TEXT);
74 CREATE TABLE B(id INTEGER PRIMARY KEY, label TEXT, Aid INTEGER);
H A Dtkt2822.test210 # a label. It therefore matches by rule (3) instead of rule (2).
H A Dfuzz-oss1.test1356 "rdfs:comment:graph" INTEGER, "rdfs:label" TEXT COLLATE NOCASE,
1357 "rdfs:label:graph" INTEGER, "tracker:added" INTEGER,
H A Dfts1porter.test11523 label label
11524 labell label
/sqlite-3.40.0/tool/
H A Dlemon.c199 const char *label; member
1982 for(j=0; op[j].label; j++){ in handleflags()
1983 if( strncmp(&g_argv[i][1],op[j].label,lemonStrlen(op[j].label))==0 ) break; in handleflags()
1986 if( op[j].label==0 ){ in handleflags()
2024 for(j=0; op[j].label; j++){ in handleswitch()
2025 if( strcmp(g_argv[i],op[j].label)==0 ) break; in handleswitch()
2028 if( op[j].label==0 ){ in handleswitch()
2155 for(i=0; op[i].label; i++){ in OptPrint()
2156 len = lemonStrlen(op[i].label) + 1; in OptPrint()
2176 for(i=0; op[i].label; i++){ in OptPrint()
[all …]
/sqlite-3.40.0/ext/wasm/common/
H A Dtesting.css63 label[for] { cursor: pointer }
/sqlite-3.40.0/doc/
H A Djson-enhancements.md101 PG does not accept this syntax. PG only allows a single JSON object label
104 a JSON object label or an integer array index for the right-hand side
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5porter.test5769 laban laban label label
5770 labell label labienus labienu
/sqlite-3.40.0/
H A Daclocal.m4283 # label.
/sqlite-3.40.0/src/
H A Dshell.c.in10130 " SELECT lower(hex(sha3_query(a,%d))) AS hash, b AS label"