| /sqlite-3.40.0/tool/ |
| H A D | merge-test.tcl | 30 global res result 31 set res [catch "exec $args" result] 38 global res result 39 set res [catch "exec $args" result] 42 puts $result 71 writefile $errorfile $result 77 writefile $errorfile $result 83 writefile $errorfile $result 89 writefile $errorfile $result
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | demo-worker1.js | 71 const evd = ev.result; 161 ev = ev.result; 169 ev = ev.result; 182 ev = ev.result; 194 ev = ev.result; 228 ev = ev.result; 233 ev = ev.result; 242 ev = ev.result; 246 ev = ev.result; 307 if(ev.result && ev.messageId){ [all …]
|
| H A D | demo-worker1-promiser.js | 77 const r = ev.result; 91 const r = ev.result; 110 ev = ev.result; 119 ev = ev.result; 132 ev = ev.result; 150 ev = ev.result; 235 const rows = ev.result.resultRows; 246 ev = ev.result; 252 ev = ev.result; 261 T.assert('string' === typeof ev.result.filename); [all …]
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | totype.c | 213 double result; in totypeAtoF() local 318 result = s / scale; in totypeAtoF() 319 result /= 1.0e+308; in totypeAtoF() 321 result = s * scale; in totypeAtoF() 322 result *= 1.0e+308; in totypeAtoF() 326 result = 0.0*s; in totypeAtoF() 328 result = 1e308*1e308*s; /* Infinity */ in totypeAtoF() 336 result = s / scale; in totypeAtoF() 338 result = s * scale; in totypeAtoF() 342 result = (double)s; in totypeAtoF() [all …]
|
| /sqlite-3.40.0/test/ |
| H A D | rollback2.test | 43 # -result Expected result of -select statement 51 set A(-result) "" 72 do_test $tn.$iRollback [list set {} $res] [list {*}$A(-result)] 82 } -result { 95 } -result { 110 } -result { 122 } -result { 140 } -result { 152 } -result {
|
| H A D | json105.test | 23 proc json_extract_test {testnum path result} { 24 do_execsql_test json105-1.$testnum "SELECT quote(json_extract(j,$path)) FROM t1" $result 38 proc json_remove_test {testnum path result} { 39 do_execsql_test json105-2.$testnum "SELECT quote(json_remove(j,$path)) FROM t1" $result 55 proc json_insert_test {testnum x result} { 56 do_execsql_test json105-3.$testnum "SELECT quote(json_insert(j,$x)) FROM t1" $result 65 proc json_set_test {testnum x result} { 66 do_execsql_test json105-4.$testnum "SELECT quote(json_set(j,$x)) FROM t1" $result 81 proc json_replace_test {testnum x result} { 82 do_execsql_test json105-5.$testnum "SELECT quote(json_replace(j,$x)) FROM t1" $result
|
| H A D | avfs.test | 54 set ::result {} 101 set ::result [join $results " | "] 111 set ::result [join $results " | "] 147 set ::result [fosAvfs $fa] 160 set ::result "Appendee intact." 255 set ::result $ic 302 set ::result [join $res " | "] 324 set ::result [join $res " | "] 348 set ::result [join $res " | "] 367 set ::result $res [all …]
|
| H A D | join3.test | 23 catch {unset ::result} 24 set result {} 26 lappend result $N 33 } $result 38 set result {} 40 lappend result $N 50 } $result
|
| H A D | tester.tcl | 792 output2 "\nError: $result" 796 set result [string map [list [string tolower ICECUBE] main] $result] 818 foreach i $result j $e2 { 965 set result "" 973 if {[llength $result]==0} { set result "" } 985 [list [list {*}$result]] 1605 set result {} 1608 lappend result $f $data($f) 1611 return $result 1618 set result [memdb eval $sql] [all …]
|
| H A D | cffault.test | 63 set result [list] 66 lappend result $a $b 68 set result 96 set result [list] 99 lappend result $a $b 101 set result
|
| H A D | substr.test | 28 proc substr-test {id string i1 i2 result} { 37 }] [list $result] 43 }] [list $result] 138 proc substr-2-test {id string idx result} { 147 }] [list $result] 153 }] [list $result]
|
| H A D | select8.test | 30 set result [execsql { 42 } [lrange $result 2 3] 50 } [lrange $result 2 5] 58 } [lrange $result 4 end]
|
| H A D | vtab2.test | 74 unset -nocomplain result 76 set result {} 78 catch {lappend result $var [set $var]} 86 } $result 87 unset result
|
| H A D | e_expr.test | 470 proc parameter_test {tn sql params result} { 1173 ELSE 'no result' 1175 } {{no result}} 1187 ELSE 'no result' 1195 ELSE 'no result' 1203 ELSE 'no result' 1216 ELSE 'no result' 1218 } {{no result}} 1278 # the overall result is NULL. 1342 # result of the CASE is always the result of evaluating the ELSE [all …]
|
| H A D | thread_common.tcl | 74 proc do_test {name script result} { 76 if {$res ne $result} { 77 error "$name failed: expected \"$result\" got \"$res\""
|
| H A D | tkt3824.test | 14 # When you use an "IS NULL" constraint on a UNIQUE index, the result 24 set result [uplevel $db eval [list $sql]] 26 concat $result sort 28 concat $result nosort
|
| H A D | select4.test | 327 } {1 {1st ORDER BY term does not match any column in the result set}} 336 } {1 {1st ORDER BY term does not match any column in the result set}} 407 } {1 {SELECTs to the left and right of UNION do not have the same number of result columns}} 708 } {1 {SELECTs to the left and right of UNION do not have the same number of result columns}} 715 } {1 {SELECTs to the left and right of UNION do not have the same number of result columns}} 736 } {1 {SELECTs to the left and right of EXCEPT do not have the same number of result columns}} 743 } {1 {SELECTs to the left and right of EXCEPT do not have the same number of result columns}} 810 } {1 {SELECTs to the left and right of UNION do not have the same number of result columns}} 823 } {1 {SELECTs to the left and right of UNION do not have the same number of result columns}} 828 } {1 {SELECTs to the left and right of UNION do not have the same number of result columns}} [all …]
|
| H A D | make-where7.tcl | 104 set result [lsort -int [array names r]] 111 puts "\175 {$result scan 0 sort 0}" 118 puts "\175 {$result scan 0 sort 0}"
|
| /sqlite-3.40.0/src/ |
| H A D | test_windirent.c | 134 LPDIRENT *result in readdir_r() argument 149 *result = entry; in readdir_r() 157 *result = NULL; in readdir_r() 169 *result = entry; in readdir_r() 179 INT result = 0; in closedir() local 184 result = _findclose(dirp->d_handle); in closedir() 188 return result; in closedir()
|
| H A D | util.c | 451 double result; in sqlite3AtoF() local 580 result = (double)s; in sqlite3AtoF() 587 result = s / scale; in sqlite3AtoF() 588 result /= 1.0e+308; in sqlite3AtoF() 590 result = s * scale; in sqlite3AtoF() 591 result *= 1.0e+308; in sqlite3AtoF() 595 result = 0.0*s; in sqlite3AtoF() 598 result = INFINITY*s; in sqlite3AtoF() 607 result = s / scale; in sqlite3AtoF() 609 result = s * scale; in sqlite3AtoF() [all …]
|
| H A D | in-operator.md | 42 The result of an IN operator is one of TRUE, FALSE, or NULL. A NULL result 46 the system only needs a binary result: TRUE or NOT-TRUE. One can also 47 to define a binary result of FALSE and NOT-FALSE, but 50 TRUE/FALSE/NULL result and then combine the TRUE and NULL values into 66 <li> If the comparison result is NULL, set the null-flag to true 102 if the result is NULL, immediately return NULL. In the case
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-worker1.js | 606 let result, dbId = ev.dbId, evType = ev.type; 611 result = await wMsgHandler[evType](ev); 617 result = { variable 624 result.stack = ('string'===typeof err.stack) 628 "Reporting it _here_ for the stack trace:",err,result); 631 dbId = result.dbId/*from 'open' cmd*/ 649 result: result property 652 self.postMessage({type:'sqlite3-api',result:'worker1-ready'}); property
|
| /sqlite-3.40.0/ext/repair/test/ |
| H A D | test.tcl | 36 puts "\nError: $result" 39 set ok [expr {[string compare $result $expected]==0}] 41 puts "\n! $name expected: \[$expected\]\n! $name got: \[$result\]" 53 proc do_execsql_test {testname sql {result {}}} { argument 54 uplevel [list do_test $testname [list db eval $sql] [list {*}$result]]
|
| /sqlite-3.40.0/ext/wasm/common/ |
| H A D | whwasmutil.js | 1235 cache.xWrap.convert.result = Object.create(null); 1246 xcv.result['*'] = xcv.result['pointer'] = xcv.arg['**'] = xcv.arg[ptrIR]; 1247 xcv.result['number'] = (v)=>Number(v); function in xcv 1255 xcv.arg[t+'*'] = xcv.result[t+'*'] = xcv.arg[ptrIR]; 1281 xcv.result.string = xcv.result.utf8 = (i)=>target.cstringToJs(i); 1282 xcv.result['string:free'] = xcv.result['utf8:free'] = (i)=>{ 1286 xcv.result.json = (i)=>JSON.parse(target.cstringToJs(i)); 1287 xcv.result['json:free'] = (i)=>{ 1291 xcv.result['void'] = (v)=>undefined; 1292 xcv.result['null'] = (v)=>v; [all …]
|
| /sqlite-3.40.0/ext/session/ |
| H A D | sessionF.test | 51 foreach {tn setup result} { 93 do_changeset_test 1.1.$tn.2 S $result 94 do_patchset_test 1.1.$tn.3 S $result 99 foreach {tn setup result} { 147 do_changeset_test 1.2.$tn.2 S $result 148 do_patchset_test 1.2.$tn.2 S $result 157 foreach {tn setup result} { 205 do_changeset_invert_test 2.$tn.2 S $result 213 foreach {tn setup1 sql1 setup2 sql2 result} { 290 do_test 3.$tn { set res } [list {*}$result]
|