| /sqlite-3.40.0/ext/fts3/unicode/ |
| H A D | CaseFolding.txt | 66 0043; C; 0063; # LATIN CAPITAL LETTER C 76 004C; C; 006C; # LATIN CAPITAL LETTER L 129 010C; C; 010D; # LATIN CAPITAL LETTER C WITH CARON 285 023B; C; 023C; # LATIN CAPITAL LETTER C WITH STROKE 320 039C; C; 03BC; # GREEK CAPITAL LETTER MU 376 040C; C; 045C; # CYRILLIC CAPITAL LETTER KJE 392 041C; C; 043C; # CYRILLIC CAPITAL LETTER EM 408 042C; C; 044C; # CYRILLIC CAPITAL LETTER SOFT SIGN 519 053C; C; 056C; # ARMENIAN CAPITAL LETTER LIWN 535 054C; C; 057C; # ARMENIAN CAPITAL LETTER RA [all …]
|
| H A D | mkunicode.tcl | 570 upvar $Cvar C 608 set C([lindex $categories $i]) [expr 1+$i] 611 set caseC [categories_switch C C {c f n s o}] 612 set caseL [categories_switch C L {l m o t u C}] 613 set caseM [categories_switch C M {c e n}] 614 set caseN [categories_switch C N {d l o}] 615 set caseP [categories_switch C P {c d e f i o s}] 616 set caseS [categories_switch C S {c k m o}] 617 set caseZ [categories_switch C Z {l p s}] 619 set nCat [expr [llength [array names C]] + 1] [all …]
|
| /sqlite-3.40.0/test/ |
| H A D | contrib01.test | 27 C INTEGER NOT NULL, 33 PRIMARY KEY (B, C, D)); 37 C INTEGER NOT NULL, 38 PRIMARY KEY (A, B, C)); 40 INSERT INTO T2(A, B, C) VALUES(702118,16183,15527); 41 INSERT INTO T2(A, B, C) VALUES(702118,16183,15560); 42 INSERT INTO T2(A, B, C) VALUES(702118,16183,15561); 43 INSERT INTO T2(A, B, C) VALUES(702118,16183,15563); 44 INSERT INTO T2(A, B, C) VALUES(702118,16183,15564); 74 AND T1.C = T2.C [all …]
|
| H A D | windowpushd.test | 69 INSERT INTO t1 VALUES('C', 'C', 10, 1.0); 107 C 9 12 C 10 12 C 11 12 C 12 12 118 SELECT * FROM v1 WHERE a IS 'C' 120 C 9 12 C 10 12 C 11 12 C 12 12 138 C 9 12 9 C 10 12 10 C 11 12 11 C 12 12 12 142 SELECT * FROM v2 WHERE a = 'C'; 144 C 9 12 9 C 10 12 10 C 11 12 11 C 12 12 12 148 C 0.1 1.0 1 C 0.4 1.0 2 C 0.7 1.0 3 C 1.0 1.0 4 154 C 0.1 1.0 1 C 0.4 1.0 2 C 0.7 1.0 3 C 1.0 1.0 4 163 SELECT * FROM v3 WHERE b>'C' [all …]
|
| H A D | fts3offsets.test | 50 INSERT INTO xx VALUES('A B C x B x x C'); 57 2 {(A) (B) (C) x (B) x x C} 58 3 {(A) x x (B) (C) x x x} 64 INSERT INTO xx VALUES('A x x C x x x C'); 71 2 {(A) x x C x x x C} 88 1 {(A) (B) (C)} 90 3 {(A) (B) (C)} 94 7 {(A) (B) (C)} 112 7 {(A) (B) (C)} 114 5 {(A) (B) (C)} [all …]
|
| H A D | thread1.test | 48 # write-lock C 87 thread_step C 88 thread_result C 92 thread_result C 131 thread_step C 132 thread_result C 134 thread_result C 147 thread_step C 148 thread_result C 150 thread_result C [all …]
|
| H A D | server1.test | 66 # write-lock C 103 client_step C 104 client_result C 108 client_result C 142 client_step C 143 client_result C 145 client_result C 152 client_step C 153 client_result C 161 client_step C [all …]
|
| H A D | selectA.test | 323 } {{} C c 1 a a 9.9 b B} 347 } {{} C c 1 a a 9.9 b B} 353 } {{} C c 1 a a 9.9 b B} 359 } {9.9 b B 1 a a {} C c} 383 } {9.9 b B 1 a a {} C c} 389 } {9.9 b B 1 a a {} C c} 395 } {{} C c 1 a a 9.9 b B} 419 } {1 a a 9.9 b B {} C c} 425 } {{} C c 1 a a 9.9 b B} 431 } {1 a a 9.9 b B {} C c} [all …]
|
| H A D | windowA.test | 28 (3, 'C', 8.0), 44 3 C 8.0 EDC \ 62 3 C 8.0 EDC \ 76 3 C 8.0 EDCBANN \ 94 3 C 8.0 EDCBA \ 108 3 C 8.0 EDC \ 126 3 C 8.0 EDC \ 237 3 C 8.0 C \ 255 3 C 8.0 C \ 303 3 C 8.0 ED \ [all …]
|
| H A D | tkt-80ba201079.test | 29 INSERT INTO t3 VALUES('C'); 32 OR (a='A' AND EXISTS (SELECT * FROM t3 WHERE c='C')); 151 INSERT INTO t1 VALUES('A', 'B', 'C'); 158 (b='B' AND c IN ('C', 'D', 'E')) 159 } {A B C D E} 165 } {A B C D E} 172 } {A B C D E} 177 (b='B' AND c IN ('C', 'D', 'E')) OR 179 } {A B C D E} 185 } {A B C D E} [all …]
|
| H A D | fts3first.test | 45 INSERT INTO x1(docid,a,b,c) VALUES(4, 'N J C Y N', 'R U D X V', 'B O U A Q'); 51 INSERT INTO x1(docid,a,b,c) VALUES(10, 'Q I A Q M', 'N D K H C', 'A H T Q Z'); 52 INSERT INTO x1(docid,a,b,c) VALUES(11, 'T E R Q B', 'C I B C B', 'F Z U W R'); 55 INSERT INTO x1(docid,a,b,c) VALUES(14, 'K H A B L', 'S R C C Z', 'D W E H J'); 56 INSERT INTO x1(docid,a,b,c) VALUES(15, 'C E U C C', 'W F M N M', 'T Z U X T'); 148 INSERT INTO x3 VALUES('A B C'); 149 INSERT INTO x3 VALUES('B A C'); 152 INSERT INTO x4 VALUES('A B C'); 153 INSERT INTO x4 VALUES('B A C'); 158 } {{A B C} {B A C}} [all …]
|
| H A D | bestindex8.test | 40 catch { array unset C } 41 array set C $cons 42 if {$C(usable)} { 125 array set C $cons 126 if {($C(op)=="limit" || $C(op)=="offset") && $C(usable)} { 191 array set C [lindex $lCons $i] 192 if {$C(usable)} { 315 if {$C(usable)} { 316 if { $C(op)=="eq" } { 338 array set C $s [all …]
|
| H A D | fts4content.test | 95 INSERT INTO t2 VALUES('O S W W F U C R Q I C N P Z Y Y E Y Y E'); -- 1 102 INSERT INTO t2 VALUES('J C H N R C K R V N M O F Z M Z A I H W'); -- 8 106 INSERT INTO t2 VALUES('C J U H B Q X L C M M Y E G V F W V Z C'); -- 12 110 INSERT INTO t2 VALUES('M I W P J S H R J D Q I C G P C T P H R'); -- 16 111 INSERT INTO t2 VALUES('J M N I S L X Q C A B F C B Y D H V R J'); -- 17 324 INSERT INTO ft4x VALUES('Z Q C A U'); 418 INSERT INTO t7 VALUES('C D', 'A A'); 421 {A B} {B A} {C D} {A A} 443 INSERT INTO t7 VALUES('C D', 'A A'); 446 {A B} {B A} {C D} {A A} [all …]
|
| H A D | fts4docid.test | 32 6 {O V R A C R K C Y H} 7 {Z J H T Q Q O R A G} 34 10 {N P H Y Z M R T I C} 11 {E X H O I S E S Z F} 35 12 {B Y Q T J X C L L J} 13 {Q D C U U A Q E Z U} 36 14 {S I T C J R X S J M} 15 {M X M K E X L H Q Y} 37 16 {O W E I C H U Y S Y} 17 {P V V E M T H C C S} 41 24 {F V X E B C N B K W} 25 {E B A Y N N T Z I C} 42 26 {G E E B C P U D H G} 27 {J D J K N S B Q T M}
|
| H A D | rowvaluefault.test | 24 INSERT INTO xyz VALUES('C', 'C', 'C', 3); 37 execsql { SELECT fou FROM xyz WHERE (two, thr) IS ('C', 'C') } 66 WHERE (one, two, thr) BETWEEN ('B', 'B', 'B') AND ('C', 'C', 'C') }
|
| H A D | tkt-4c86b126f2.test | 30 INSERT INTO nodes VALUES('A/B/C-move',NULL); 31 INSERT INTO nodes VALUES('A/B/C','A/B/C-move'); 33 INSERT INTO nodes VALUES('A/B-move/C-move',NULL); 34 INSERT INTO nodes VALUES('A/B-move/C','x'); 40 } {A/B/C A/B/C-move}
|
| H A D | bestindex4.test | 62 array unset C 63 array set C [lindex $clist $i] 64 if { ($C(usable) || ($param & 0x08)) 65 && $C(op)=="eq" && ($param & 1<<$C(column)) 147 catch { array unset C } 148 array set C [lindex $clist 0] 149 if {$C(usable)} {
|
| H A D | fts3_common.tcl | 204 set C($docid,$iCol,$iPos) $zTerm 211 foreach key [array names C] { 224 if {![info exists C($iDoc,$iCol,$pos)]} { 228 if {[string compare $C($iDoc,$iCol,$pos) $term]} { 230 append es "has \"$C($iDoc,$iCol,$pos)\", document has \"$term\"" 233 unset C($iDoc,$iCol,$pos) 240 foreach c [array names C] { 241 lappend errors "Bad index entry: $c -> $C($c)"
|
| H A D | bestindex5.test | 58 array unset C 59 array set C [lindex $clist $i] 60 if {$C(usable)} { 61 if {[info exists binops($C(op))]} { 63 lappend str "$cols($C(column)) $binops($C(op)) %$v%" 67 if {[info exists unops($C(op))]} { 69 lappend str "$cols($C(column)) $unops($C(op))"
|
| H A D | bestindex1.test | 37 catch { array unset C } 38 array set C [lindex $clist 0] 39 if {$C(usable)} { 91 array unset C 92 array set C [lindex $clist $idx] 93 if {$C(column)==0 && $C(op)=="eq" && $C(usable)} { 306 array set C [lindex $clist $i] 307 if {$C(usable)} {
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | rbupartial.test | 29 %WITHOUT_ROWID% $without_rowid %A% $a %B% $b %C% $c %D% $d 35 CREATE INDEX i1b2 ON t1(%B%) WHERE %C%<5; 36 CREATE INDEX i1b3 ON t1(%B%) WHERE %C%>=5; 38 CREATE INDEX i1c ON t1(%C%); 39 CREATE INDEX i1c2 ON t1(%C%) WHERE %C% IS NULL; 40 CREATE INDEX i1c3 ON t1(%C%) WHERE %C% IS NOT NULL; 42 CREATE INDEX i1c4 ON t1(%C%) WHERE %D% < 'd'; 44 %C% -- for (c = ... expressions 47 %C% /* Again, for (c=... expr */, %D% 51 %C% /* As before, for (c=... "expr */) WHERE %D% < 'd'; [all …]
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtreefuzz001.test | 1089 | 3504: 09 74 1d 13 01 00 00 06 00 80 b5 43 00 80 ac 43 .t.........C...C 1090 | 3520: 00 00 bd 43 8f 82 9f 43 71 fd c9 43 8f 02 a7 43 ...C...Cq..C...C 1091 | 3536: 71 fd c8 43 e4 bd a8 43 64 bb bd 43 f4 3d a2 43 q..C...Cd..C.=.C 1108 | 3808: 00 00 24 44 00 00 b6 43 00 00 24 44 00 00 b6 43 ..$D...C..$D...C 1115 | 3920: 01 00 00 05 00 00 a2 43 00 00 5a 43 cd ac b3 43 .......C..ZC...C 1116 | 3936: 66 a6 36 43 9a 59 c5 43 00 00 5a 43 1f 95 c3 43 f.6C.Y.C..ZC...C 1119 | 3984: 01 00 00 05 00 00 f5 43 00 00 2f 43 00 00 07 44 .......C../C...D 1124 | 4064: 43 00 00 5d 43 0a 57 97 43 14 ae 4b 42 ff ff a0 C..]C.W.C..KB... 1130 | 2880: 0a 43 b5 80 00 43 c9 fd 71 43 9f 82 8f 43 ad 80 .C...C..qC...C.. 1133 | 2928: 35 43 a2 00 00 43 c5 59 9a 43 36 a6 66 43 7d 59 5C...C.Y.C6.fC.Y [all …]
|
| /sqlite-3.40.0/autoconf/ |
| H A D | README.txt | 4 * the sqlite3.h and sqlite3ext.h header files that define the C-language 10 Visual C++ on Windows 30 The default value for the CFLAGS variable (options passed to the C 45 BUILDING WITH MICROSOFT VISUAL C++ 48 To compile for Windows using Microsoft Visual C++: 52 Using Microsoft Visual C++ 2005 (or later) is recommended. Several Windows 61 Using Microsoft Visual C++ 2012 (or later) is required. When using the 72 Using Microsoft Visual C++ 2013 (or later) is required. When using the 83 Using Microsoft Visual C++ 2015 (or later) is required. When using the 96 Using Microsoft Visual C++ 2015 (or later) is required. When using the
|
| /sqlite-3.40.0/ext/wasm/jaccwabyt/ |
| H A D | jaccwabyt.md | 4 **Jaccwabyt**: _JavaScript ⇄ C Struct Communication via WASM Byte 72 instance from both JS and C. 95 - The source tree includes C code, but only for testing and 219 // C-side: 244 these from C code. 250 by C's `offsetof()` feature. 251 - `sizeof`: as reported by C's `sizeof()`. 665 which refer to C-side struct counterparts. 719 to proxy static/shared C-side instances: 838 C-side function pointer and call that function from C. What's [all …]
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5faultA.test | 31 INSERT INTO o1 SELECT 'A B C' FROM s; 33 INSERT INTO o1 VALUES('A X C'); 36 INSERT INTO o1 SELECT 'A B C' FROM s; 51 INSERT INTO o2 VALUES('A B C'); 53 INSERT INTO o2 SELECT group_concat('A B C ') FROM s;
|