| /sqlite-3.40.0/test/ |
| H A D | bitvec.test | 71 # First fill up the bitmap with ones, then go through and 163 set ::go 0 173 unset -nocomplain go 174 set go 1 176 for {set n 0} {$go} {incr n} { 182 set go 1 183 for {set n 0} {$go} {incr n} { 189 set go 1 190 for {set n 1} {$go} {incr n} {
|
| H A D | ioerr2.test | 91 set ::go 1 92 for {set ::N 1} {$::go} {incr ::N} { 99 foreach {::go res} [catchsql $sql] {} 104 set ::go 1 105 for {set ::N 1} {$::go} {incr ::N} { 110 foreach {::go res} [catchsql $sql] {} 127 set ::go 1 134 foreach {::go res} [catchsql $sql] {}
|
| H A D | conflict3.test | 46 # Insert two rows where the second conflicts on C. The first row show go 76 # Insert two rows where the second conflicts on C. The first row show go 106 # Insert two rows where the second conflicts on C. The first row show go 136 # Insert two rows where the second conflicts on C. The first row show go 166 # Insert two rows where the second conflicts on C. The first row show go 196 # Insert two rows where the second conflicts on C. The first row show go 226 # Insert two rows where the second conflicts on C. The first row show go 256 # Insert two rows where the second conflicts on C. The first row show go 286 # Insert two rows where the second conflicts on C. The first row show go 316 # Insert two rows where the second conflicts on C. The first row show go [all …]
|
| H A D | async2.test | 50 set ::go 10 51 for {set n 1} {$::go} {incr n} { 116 incr ::go -1
|
| H A D | diskfull.test | 57 set ::go 1 60 while {$::go} { 68 set ::go 0
|
| H A D | malloc4.test | 44 set go 1 45 for {set n 0} {$go} {incr n} { 177 set go 0
|
| H A D | misc7.test | 75 set ::go 1 78 while {$::go} { 85 if {$rc == 0} {set ::go 0}
|
| H A D | tkt2767.test | 78 # even prior to the fix of #2767. But it seems good to go ahead
|
| H A D | genesis.tcl | 352 …thou wilt take the left hand, then I will go to the right; or if thou depart to the right hand, th… 400 INSERT INTO t1(docid,words) VALUES(1015015,'And thou shalt go to thy fathers in peace; thou shalt b… 620 INSERT INTO t1(docid,words) VALUES(1024004,'But thou shalt go unto my country, and to my kindred, a… 654 INSERT INTO t1(docid,words) VALUES(1024038,'But thou shalt go unto my father''s house, and to my ki… 674 …rds) VALUES(1024058,'And they called Rebekah, and said unto her, Wilt thou go with this man? And s… 841 …nd Jacob said unto Laban, Give me my wife, for my days are fulfilled, that I may go in unto her.'); 997 … VALUES(1033012,'And he said, Let us take our journey, and let us go, and I will go before thee.'); 1319 INSERT INTO t1(docid,words) VALUES(1043004,'If thou wilt send our brother with us, we will go down … 1328 INSERT INTO t1(docid,words) VALUES(1043013,'Take also your brother, and arise, go again unto the ma… 1375 …words) VALUES(1044026,'And we said, We cannot go down: if our youngest brother be with us, then wi… [all …]
|
| H A D | walcrash2.test | 51 # database. This should cause the process to go into the
|
| H A D | select2.test | 61 # without. Compare the performance to make sure things go faster with the
|
| H A D | pageropt.test | 73 # We should not have to go back to disk.
|
| H A D | malloc_common.tcl | 506 set go [expr {$nFail>0}]
|
| H A D | e_totalchanges.test | 81 INSERT INTO log VALUES('here we go!');
|
| H A D | wal5.test | 127 # proceed to checkpoint the entire log file. Next write should go to the
|
| /sqlite-3.40.0/tool/ |
| H A D | stack_usage.tcl | 60 set go 1 61 while {$go} { 62 set go 0 71 set go 1
|
| H A D | showdb.c | 211 int go = 0; in print_byte_range() local 214 if( aData[i+j] ){ go = 1; break; } in print_byte_range() 216 if( !go && i>0 && i+g.perLine<nByte ) continue; in print_byte_range()
|
| /sqlite-3.40.0/src/ |
| H A D | loadext.c | 860 int go = 1; in sqlite3AutoLoadExtensions() local 869 for(i=0; go; i++){ in sqlite3AutoLoadExtensions() 882 go = 0; in sqlite3AutoLoadExtensions() 891 go = 0; in sqlite3AutoLoadExtensions()
|
| /sqlite-3.40.0/doc/ |
| H A D | trusted-schema.md | 38 Application-defined functions and virtual tables go in as Normal unless 49 Direct-only elements that have side-effects that go outside the database file 65 go in as "Normal" by default. For optimal security, we want those risky 68 functions and vtabs go in as Normal, but the application can switch them
|
| /sqlite-3.40.0/ext/session/ |
| H A D | session_common.tcl | 66 after 1 {set go 1} 67 vwait go
|
| H A D | session1.test | 214 after 1 {set go 1} 215 vwait go
|
| H A D | session9.test | 258 # go awry.
|
| /sqlite-3.40.0/autoconf/tea/tclconfig/ |
| H A D | install-sh | 331 *) mkdir_umask=$umask,go-w;;
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | README.md | 14 It is a good example of how to go about implementing a custom
|
| /sqlite-3.40.0/autoconf/ |
| H A D | INSTALL | 117 directory where you want the object files and executables to go and run 159 you can set and what kinds of files go in them. In general, the
|