Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 25 of 67) sorted by relevance

123

/sqlite-3.40.0/test/
H A DtriggerA.test103 UPDATE v1 SET y=y||'-extra' WHERE x BETWEEN 3 AND 5;
106 } {five 5 five-extra 5 four 4 four-extra 4 three 3 three-extra 3}
125 UPDATE v2 SET y=y||'-extra' WHERE x BETWEEN 3 AND 5;
128 } {five 5 five-extra 5 three 3 three-extra 3}
147 UPDATE v3 SET c1 = c1 || '-extra' WHERE c1 BETWEEN '8' and 'eight';
150 } {8 8-extra 9 9-extra eight eight-extra}
169 UPDATE v4 SET c1 = c1 || '-extra' WHERE c1 BETWEEN '8' and 'eight';
172 } {8 8-extra 9 9-extra}
H A Dfts3_common.tcl108 set default(-extra) ""
125 if {$opts(-extra) != ""} {
126 append sql ", " $opts(-extra)
H A Dshell1.test48 # error on extra options
53 # error on extra options
289 # extra arguments ignored
345 # extra arguments ignored
388 # we allow .help to take extra args (it is help after all)
406 } {/1 .ERROR: extra argument: "BAD".*./}
466 # extra arguments ignored
492 } {1 {ERROR: extra parameter: "BAD". Usage:
508 } {1 {ERROR: extra parameter: "BAD". Usage:
H A Duri.test48 13 file:test.db%00extra test.db
49 14 file:testdb%00.db%00extra testdb
119 6 file:testdb%00.db?hello%00extra=world%00ex {hello world}
H A Dfts3cov.test173 # out to be untrue, then an extra buffer must be malloc'd for each term.
204 do_test fts3cov-5.3 { execsql { INSERT INTO t4 VALUES('extra!') } } {}
208 do_test fts3cov-5.5 { execsql { INSERT INTO t4 VALUES('more extra!') } } {}
325 # the pending-terms table is non-empty. This case involves some extra
H A Dsort4.test54 # CREATE TABLE t1(a INTEGER, <extra-columns>, b INTEGER);
57 # pseudo-randomly selected integer. The "extra-columns", of which there
H A Dtkt3442.test50 # Some extra tests testing other permutations of 5000.
H A Dindexfault.test174 # transfered to a PMA they must be read back from disk - creating extra
273 # must be read back from disk - creating extra opportunities for IO errors.
H A Dfts1k.test49 # exercised. The version with a couple extra spaces should cause the
H A Dfts2l.test49 # exercised. The version with a couple extra spaces should cause the
H A Dfts3al.test49 # exercised. The version with a couple extra spaces should cause the
H A Dwapptest.tcl445 proc generate_main_page {{extra {}}} { argument
800 --deletefiles (delete extra files after each test)
H A Dprogress.test76 # This figures out how many opcodes it takes to copy 5 extra rows into t1.
H A Dvacuum-into.test163 PRAGMA synchronous = extra;
H A Dmalloc4.test187 'An extra long string. Far too long to be stored in NBFS bytes.'
H A Dimposter1.test14 # The focus of this file is adding extra entries in the symbol table
/sqlite-3.40.0/ext/wasm/fiddle/
H A Dfiddle.js644 f.extra += callee.bottom - callee.top;
646 return f.extra;
649 f.extra = 0;
651 return f.extra;
702 var extra = 0;
703 elemsToCount.forEach((e)=>e ? extra += effectiveHeight(e) : false);
704 ht = wh - extra;
/sqlite-3.40.0/src/
H A Dtest_multiplex.c736 int extra = ((int)(iOfst % pGroup->szChunk) + iAmt) - pGroup->szChunk; in multiplexRead() local
737 if( extra<0 ) extra = 0; in multiplexRead()
738 iAmt -= extra; in multiplexRead()
744 iAmt = extra; in multiplexRead()
780 int extra = ((int)(iOfst % pGroup->szChunk) + iAmt) - in multiplexWrite() local
782 if( extra<0 ) extra = 0; in multiplexWrite()
783 iAmt -= extra; in multiplexWrite()
788 iAmt = extra; in multiplexWrite()
H A Dwindow.c583 #define WINDOWFUNCALL(name,nArg,extra) { \ argument
584 nArg, (SQLITE_FUNC_BUILTIN|SQLITE_UTF8|SQLITE_FUNC_WINDOW|extra), 0, 0, \
591 #define WINDOWFUNCNOOP(name,nArg,extra) { \ argument
592 nArg, (SQLITE_FUNC_BUILTIN|SQLITE_UTF8|SQLITE_FUNC_WINDOW|extra), 0, 0, \
600 #define WINDOWFUNCX(name,nArg,extra) { \ argument
601 nArg, (SQLITE_FUNC_BUILTIN|SQLITE_UTF8|SQLITE_FUNC_WINDOW|extra), 0, 0, \
/sqlite-3.40.0/ext/rtree/
H A Drtreedoc.test387 # NOT NULL or DEFAULT to a column, those extra tokens are accepted as
998 1 "id x1,x2, +extra, y1,y2"
999 2 "extra, +id x1,x2, y1,y2"
1000 3 "id, x1,+x2, extra, y1,y2"
1007 CREATE VIRTUAL TABLE rrr USING rtree(+id, extra, x1, x2);
1173 1 "+extra INTEGER" extra
1174 2 "+extra TEXT" extra
1175 3 "+extra BLOB" extra
1176 4 "+extra REAL" extra
1393 # EVIDENCE-OF: R-44161-28345 The names of these extra %_rowid columns
[all …]
/sqlite-3.40.0/tool/
H A Dspaceanal.tcl356 proc statline {title value {extra {}}} {
361 if {$extra ne ""} {
362 set extra " $extra"
364 puts "$title$dots $value$sp2$extra"
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5porter2.test14 # These are extra tests added to those in fts5porter.test in order to
/sqlite-3.40.0/ext/fts3/unicode/
H A Dmkunicode.tcl805 set extra([lindex $m 0]) 0
808 set extra([lindex $m 0]) $i
819 catch { set expected2 $extra($expected2) }
/sqlite-3.40.0/ext/wasm/
H A DREADME.md97 the web-browser requires that the two extra Cross-Origin lines be present
/sqlite-3.40.0/ext/rbu/
H A Drbu3.test119 # Also extra columns.

123