| /sqlite-3.40.0/test/ |
| H A D | triggerA.test | 103 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 D | fts3_common.tcl | 108 set default(-extra) "" 125 if {$opts(-extra) != ""} { 126 append sql ", " $opts(-extra)
|
| H A D | shell1.test | 48 # 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 D | uri.test | 48 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 D | fts3cov.test | 173 # 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 D | sort4.test | 54 # CREATE TABLE t1(a INTEGER, <extra-columns>, b INTEGER); 57 # pseudo-randomly selected integer. The "extra-columns", of which there
|
| H A D | tkt3442.test | 50 # Some extra tests testing other permutations of 5000.
|
| H A D | indexfault.test | 174 # 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 D | fts1k.test | 49 # exercised. The version with a couple extra spaces should cause the
|
| H A D | fts2l.test | 49 # exercised. The version with a couple extra spaces should cause the
|
| H A D | fts3al.test | 49 # exercised. The version with a couple extra spaces should cause the
|
| H A D | wapptest.tcl | 445 proc generate_main_page {{extra {}}} { argument 800 --deletefiles (delete extra files after each test)
|
| H A D | progress.test | 76 # This figures out how many opcodes it takes to copy 5 extra rows into t1.
|
| H A D | vacuum-into.test | 163 PRAGMA synchronous = extra;
|
| H A D | malloc4.test | 187 'An extra long string. Far too long to be stored in NBFS bytes.'
|
| H A D | imposter1.test | 14 # The focus of this file is adding extra entries in the symbol table
|
| /sqlite-3.40.0/ext/wasm/fiddle/ |
| H A D | fiddle.js | 644 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 D | test_multiplex.c | 736 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 D | window.c | 583 #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 D | rtreedoc.test | 387 # 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 D | spaceanal.tcl | 356 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 D | fts5porter2.test | 14 # These are extra tests added to those in fts5porter.test in order to
|
| /sqlite-3.40.0/ext/fts3/unicode/ |
| H A D | mkunicode.tcl | 805 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 D | README.md | 97 the web-browser requires that the two extra Cross-Origin lines be present
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | rbu3.test | 119 # Also extra columns.
|