| /sqlite-3.40.0/test/ |
| H A D | speed1p.test | 91 set script { 108 set script { 128 set script { 144 set script { 172 set script { 188 set script { 204 set script { 216 set script { 237 set script { 253 set script { [all …]
|
| H A D | speed4p.test | 129 set script { 143 set script { 154 set script { 168 set script { 186 set script { 216 set script { 228 set script { 237 set script { 261 set script { 273 set script { [all …]
|
| H A D | speed1p.explain | 92 set script { 110 set script { 131 set script { 148 set script { 179 set script { 196 set script { 213 set script { 226 set script { 248 set script { 265 set script { [all …]
|
| H A D | speed4p.explain | 137 set script { 145 speed_trial_tcl speed4p-view1 10000 stmt $script 152 set script { 160 speed_trial_tcl speed4p-table1 10000 stmt $script 164 set script { 202 set script { 215 set script { 225 set script { 250 set script { 263 set script { [all …]
|
| H A D | lock_common.tcl | 16 proc do_multiclient_test {varname script} { argument 58 uplevel $script 122 proc testfixture_script_cb {chan script} { argument 187 set script "" 192 set rc [catch {eval $script} result] 196 set script "" 198 append script $line 199 append script "\n"
|
| H A D | testrunner.tcl | 58 CREATE TABLE script( 60 filename TEXT, -- full path to test script 61 slow BOOLEAN, -- true if script is "slow" 63 testfixtureid, -- Id of process that ran script 67 output TEXT, -- full output of test script 119 set R(info_script) [file normalize [info script]] 290 INSERT INTO script(config, filename, slow, state) 312 SELECT config, filename FROM script WHERE state='ready' 366 UPDATE script 446 proc slave_test_script {script} { argument [all …]
|
| H A D | lock6.test | 12 # focus of this script is database locks. 50 # tf_main2.tcl. The parent (this script) interacts with the child processes 51 # via a two way pipe. The parent writes a script to the stdin of the child 53 # process evaluates the script and writes the results to stdout, followed 58 set script "" 64 catch {eval $script} result 70 set script "" 72 append script $line 73 append script " ; "
|
| H A D | bc_common.tcl | 42 proc do_bc_test {bin script} { argument 62 uplevel $script 71 proc do_all_bc_test {script} { argument 73 uplevel [list do_bc_test $bin $script]
|
| H A D | lock4.test | 12 # focus of this script is database locks. 47 # Create a script to drive a separate process that will 63 # Create a script for the second process to run. 65 set out [open test2-script.tcl w] 91 exec [info nameofexec] ./test2-script.tcl &
|
| H A D | wapptest.tcl | 6 source [file join [file dirname [info script]] wapp.tcl] 40 set G(srcdir) [file dirname [file dirname [info script]]] 354 puts $fd1 [releasetest_data script -msvc $name $target] 356 puts $fd1 [releasetest_data script $name $target] 524 set script "script/$G(state).js" 527 <script src=%string($script)></script> 692 regexp {[^/]*$} [wapp-param REQUEST_URI] script 721 if {$script != "config.js"} { 734 if {$script == "running.js"} { 789 This Tcl script is used to test various configurations of SQLite. By
|
| H A D | walvfs.test | 28 tvfs script xSync 128 tvfs script xWrite 186 tvfs script xShmMap 252 tvfs script xShmLock 271 tvfs script xShmMapLock 319 tvfs script xShmLock 354 tvfs script xShmLock 416 tvfs script xShmMap
|
| H A D | tkt2565.test | 12 # This script attempts to reproduce the circumstances of ticket #2565. 14 # More specifically, this script attempts to generate rollback journals 78 # Make sure this test script doesn't leave any files open.
|
| H A D | releasetest_data.tcl | 25 $argv0 script ?-msvc? CONFIGURATION TARGET 27 is specified, batch) script to execute the test. The first argument 28 passed to the script must be a directory containing SQLite source code. 649 } elseif {[string match ${cmd}* script]} {
|
| H A D | thread_common.tcl | 74 proc do_test {name script result} { 75 set res [eval $script]
|
| /sqlite-3.40.0/tool/ |
| H A D | sqltclsh.c.in | 4 ** The startup script is located as follows: 7 ** read the startup script out of that database. 10 ** as an SQLite database and read the startup script out of that 14 ** then try to run that script directly.
|
| H A D | mkvsix.tcl | 295 set script [file normalize [info script]] 297 if {[string length $script] == 0} then { 301 set path [file dirname $script] 302 set rootName [file rootname [file tail $script]]
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | rbu5.test | 15 source [file join [file dirname [info script]] rbu_common.tcl] 76 # script containing INSERT, UPDATE and DELETE statements to execute against 78 # the same effect as the script. The target database is not modified by 86 # Evaluate the SQL script to modify the contents of copy.db. 93 # Evaluate the SQL script to modify the contents of copy.db. 122 # Find all new rows INSERTed by the script. 131 # Find all old rows DELETEd by the script. 140 # Find all rows UPDATEd by the script.
|
| H A D | rbucrash2.test | 14 set testdir [file join [file dirname [info script]] .. .. test] 46 proc do_rbu_crash_test2 {tn script} { 60 crashsql -file $f -delay $iDelay -tclbody $script -dflt 1 -opendb {} \
|
| H A D | rbumisc.test | 13 source [file join [file dirname [info script]] rbu_common.tcl] 104 tvfs script xAccess 149 tvfs script xFileControl
|
| /sqlite-3.40.0/vsixtest/ |
| H A D | vsixtest.tcl | 194 set script [file normalize [info script]] 196 if {[string length $script] == 0} then { 208 set path [file normalize [file dirname $script]]
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtreecirc.test | 12 # focus of this script is testing the FTS5 module. 16 set testdir [file join [file dirname [info script]] .. .. test] 18 source [file join [file dirname [info script]] rtree_util.tcl]
|
| H A D | tkt3363.test | 16 set testdir [file join [file dirname [info script]] .. .. test] 18 source [file join [file dirname [info script]] rtree_util.tcl]
|
| /sqlite-3.40.0/ |
| H A D | README.md | 77 script found at the root of the source tree. Then run "make". 84 ../sqlite/configure ;# Run the configure script 91 The configure script uses autoconf 2.61 and libtool. If the configure 92 script does not work out for you, there is a generic makefile named 164 [Tcl script](http://www.tcl.tk) at tool/mksqlite3h.tcl does the conversion. 184 Tcl script at ./mkopcodeh.tcl does this scan and generates opcodes.h. 185 A second Tcl script, ./mkopcodec.tcl, then scans opcodes.h to generate 196 script **tool/mkpragmatab.tcl**. If you want to add a new PRAGMA, edit 198 parser for your new PRAGMA, then run the script to regenerate the 212 The amalgamation is generated from the tool/mksqlite3c.tcl Tcl script. [all …]
|
| /sqlite-3.40.0/autoconf/ |
| H A D | INSTALL | 24 The `configure' shell script attempts to guess correct values for 28 definitions. Finally, it creates a shell script `config.status' that 100 the `configure' script does not know about. Run `./configure --help' 118 the `configure' script. `configure' automatically checks for the 290 you can create a site shell script called `config.site' that gives 294 `CONFIG_SITE' environment variable to the location of the site script. 295 A warning: not all `configure' scripts look for a site script. 300 Variables not defined in a site shell script can be set in the 309 overridden in the site shell script). 336 script, and exit.
|
| H A D | README.first | 10 script tool/mkautoconfamal.sh which does the work. Refer to that script
|