| /sqlite-3.40.0/test/ |
| H A D | like3.test | 234 SELECT * FROM t1 WHERE path LIKE 'a%'; 237 `--SEARCH t1 USING PRIMARY KEY (path>? AND path<?) 243 `--SEARCH t1 USING PRIMARY KEY (path>? AND path<?) 247 CREATE TABLE t2(path TEXT,x,y,z); 249 CREATE INDEX t2path2 ON t2(path); 252 SELECT * FROM t2 WHERE path LIKE 'a%'; 255 `--SEARCH t2 USING INDEX t2path (path>? AND path<?) 261 `--SEARCH t2 USING INDEX t2path (path>? AND path<?) 265 SELECT * FROM t2 WHERE path LIKE 'a%'; 268 `--SEARCH t2 USING INDEX t2path2 (path>? AND path<?) [all …]
|
| H A D | json105.test | 11 # This file implements tests for "[#]" extension to json-path 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 99 } {1 {JSON path error near '[#-]'}} 102 } {1 {JSON path error near '[#9]'}} 105 } {1 {JSON path error near '[#+2]'}} 108 } {1 {JSON path error near '[#-1'}} 111 } {1 {JSON path error near '[#-1x]'}}
|
| H A D | vtabH.test | 196 SELECT path FROM fstree WHERE path NOT GLOB '*\$*' LIMIT $num_root_files; 215 SELECT path FROM fstree WHERE path GLOB $pwd ORDER BY 1 222 foreach {path sz} { 226 set dir [file dirname $path] 228 set fd [open $path w] 237 SELECT path, size FROM fstree 238 WHERE path GLOB $pwd || '/subdir/*' ORDER BY 1 244 SELECT path, size FROM fstree 245 WHERE path LIKE $pwd || '/subdir/%' ORDER BY 1 251 SELECT sum(size) FROM fstree WHERE path LIKE $pwd || '/subdir/%' [all …]
|
| H A D | stat.test | 36 } {/0 name TEXT .* 1 path TEXT .* 9 pgsize INTEGER/} 44 } {/0 name TEXT .* 1 path TEXT .* 9 pgsize INTEGER/} 62 SELECT name, path, pageno, pagetype, ncell, payload, unused, mx_payload 77 SELECT name, path, pageno, pagetype, ncell, payload, unused, mx_payload 83 SELECT name, path, pageno, pagetype, ncell, payload, unused, mx_payload 89 SELECT name, path, pageno, pagetype, ncell, payload, unused, mx_payload 112 SELECT name, path, pageno, pagetype, ncell, payload, unused, mx_payload 162 SELECT name, path, pageno, pagetype, ncell, payload, unused, mx_payload 196 SELECT name, path, pageno, pagetype, ncell, payload, unused, mx_payload 224 SELECT name, quote(path), pageno, quote(pagetype), ncell, payload, [all …]
|
| H A D | malloctraceviewer.tcl | 9 proc scrollable {widget path args} { 10 ::ttk::frame $path 11 set w [$widget ${path}.widget {*}$args] 12 set vs [::ttk::scrollbar ${path}.vs] 13 set hs [::ttk::scrollbar ${path}.hs -orient horizontal] 16 grid rowconfigure $path 0 -weight 1 17 grid columnconfigure $path 0 -weight 1
|
| H A D | win32longpath.test | 28 set path [file nativename $rawPath] 29 sqlite3 db [file join $path test.db] -vfs win32-longpath 48 set longPath(1) \\\\?\\$path\\[pid] 49 set uriPath(1a) %5C%5C%3F%5C$path\\[pid]
|
| H A D | json101.test | 269 # fullkey is always the same as path+key (with appropriate formatting) 272 SELECT j2.rowid, jx.rowid, fullkey, path, key 274 WHERE fullkey!=(path || CASE WHEN typeof(key)=='integer' THEN '['||key||']' 278 SELECT j2.rowid, jx.rowid, fullkey, path, key 280 WHERE fullkey!=(path || CASE WHEN typeof(key)=='integer' THEN '['||key||']' 289 SELECT j2.rowid, jx.rowid, fullkey, path, key 294 SELECT j2.rowid, jx.rowid, fullkey, path, key 299 SELECT j2.rowid, jx.rowid, fullkey, path, key 304 SELECT j2.rowid, jx.rowid, fullkey, path, key 722 # character, by quoting the element name in the path. [all …]
|
| H A D | e_uri.test | 169 # EVIDENCE-OF: R-62557-09390 SQLite uses the path component of the URI 172 # EVIDENCE-OF: R-28659-11035 If the path begins with a '/' character, 173 # then it is interpreted as an absolute path. 175 # EVIDENCE-OF: R-46234-61323 If the path does not begin with a '/' 177 # path is interpreted as a relative path. 447 # supported within the path and query components of a URI. 449 # EVIDENCE-OF: R-52765-50368 Before the path or query components of a
|
| H A D | oserror.test | 84 # Test a failure in open() due to the path being a directory. 94 # Test a failure in open() due to the path not existing. 103 # Test a failure in open() due to the path not existing.
|
| H A D | transitive1.test | 144 …INSERT INTO "path" VALUES(2,'/tmp/tvshows/The.Big.Bang.Theory/','','','85E1DAAB2F5FF6EAE8AEDF1B5C8… 214 CREATE INDEX ix_path ON path ( strPath ); 232 path.strpath AS strPath, 252 JOIN path 253 ON files.idpath = path.idpath 260 path.strpath AS strPath, 261 path.dateadded AS dateAdded, 269 LEFT JOIN path 270 ON path.idpath = tvshowlinkpath.idpath 278 path.strPath, [all …]
|
| H A D | shell8.test | 39 set path [file join $dirname $f] 40 file mkdir [file dirname $path] 41 set fd [open $path w]
|
| /sqlite-3.40.0/tool/ |
| H A D | mkccode.tcl | 58 if {[regexp {^INCLUDE (.*)} $line all path]} { 59 regsub {^\$ROOT\y} $path $ROOT path 60 regsub {^\$HOME\y} $path $HOME path 61 set in2 [open $path rb] 62 puts "/* INCLUDE $path */" 73 puts "/* END $path */"
|
| H A D | stack_usage.tcl | 64 set path $todo($f) 69 lappend recursive($root) [concat $path $root] 72 set todo($x) [concat $path $x] 91 foreach path [lsort -integer -decr -index 0 $pathlist] { 92 foreach {depth m} $path break
|
| H A D | mkvsix.tcl | 301 set path [file dirname $script] 330 set sourceDirectory [file dirname $path] 496 set userFile [file join $path [appendArgs \ 506 set templateFile [file join $path win sqlite.vsix]
|
| H A D | spaceanal.tcl | 169 puts "$pageno $name $path" 189 quote(path) || ',' || 242 ORDER BY name, path} 259 sum(path LIKE '%+000000') AS ovfl_cnt, 268 max((length(CASE WHEN path LIKE '%+%' THEN '' ELSE path END)+3)/4)
|
| H A D | build-all-msvc.bat | 323 REM NOTE: Setting the Windows SDK library path is only required for MSVC 329 REM NOTE: Setting the Universal CRT library path is only required for MSVC 340 REM NOTE: If the Windows SDK library path has already been set, do not set 348 REM NOTE: If the Windows SDK library path has already been set, do not set 356 REM NOTE: If the Windows SDK library path has already been set, do not set 364 REM NOTE: If the Universal CRT library path has already been set, do not set 554 REM NOTE: When using MSVC 2012, 2013, or 2015, the native SDK path 594 REM NOTE: When using MSVC 2015, setting the Universal CRT library path
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | pre-js.js | 31 Module['locateFile'] = function(path, prefix) { argument 34 if(up.has(path)){ 35 theFile = up.get(path); 37 theFile = this.sqlite3Dir + path; 39 theFile = this.scriptDir + path; 41 theFile = prefix + path;
|
| H A D | sqlite3-opfs-async-proxy.js | 142 const path = getResolvedPath(absFilename, true); 143 const filename = path.pop(); 145 for(const dirName of path){
|
| /sqlite-3.40.0/autoconf/tea/win/ |
| H A D | nmakehlp.c | 45 static int QualifyPath(const char *path); 725 char path[MAX_PATH+1]; in LocateDependencyHelper() local 733 if ((dirlen + 3) > sizeof(path)) in LocateDependencyHelper() 735 strncpy(path, dir, dirlen); in LocateDependencyHelper() 747 hSearch = FindFirstFile(path, &finfo); in LocateDependencyHelper() 763 if ((dirlen+1+sublen+1+keylen+1) > sizeof(path)) in LocateDependencyHelper() 765 strncpy(path+dirlen+1, finfo.cFileName, sublen); in LocateDependencyHelper() 766 path[dirlen+1+sublen] = '\\'; in LocateDependencyHelper() 768 if (FileExists(path)) { in LocateDependencyHelper() 770 path[dirlen+1+sublen] = '\0'; in LocateDependencyHelper() [all …]
|
| /sqlite-3.40.0/vsixtest/ |
| H A D | vsixtest.tcl | 208 set path [file normalize [file dirname $script]] 215 [file dirname $path] sqlite-UWP-output.vsix] 225 set versionFileName [file join [file dirname $path] VERSION] 232 set projectTemplateFileName [file join $path vsixtest.vcxproj.data] 305 lappend commands(2) [file nativename [file join $path vsixtest.sln]] 358 set projectFileName [file join $path vsixtest.vcxproj]
|
| /sqlite-3.40.0/doc/ |
| H A D | json-enhancements.md | 18 JSON and the right operand is a JSON path expression (possibly abbreviated 43 But the underlying JSON type depends on the value of the JSON path 44 expression, not the type of the JSON path expression (which is always TEXT). 98 ### 2.1 Abbreviated JSON path expressions for PG compatibility 100 The table above always shows the full JSON path expression: '$.a'. But 105 operand, in addition to a full JSON path expression. 125 The abbreviated JSON path expressions only work for the -> and ->> operators 127 JSON functions, continue to require complete JSON path expressions for their
|
| /sqlite-3.40.0/ |
| H A D | ltmain.sh | 3631 path ? (*path ? path : "EMPTY!") : "NULL!")); 3632 if ((!path) || (!*path)) 3649 path ? (*path ? path : "EMPTY!") : "NULL!")); 3650 if ((!path) || (!*path)) 3681 /* Absolute path? */ 3714 if (path != NULL) 3752 /* Relative path | not found in path: prepend cwd */ 5936 path= 5951 path="-L$absdir" 5956 *" $path "*) ;; [all …]
|
| /sqlite-3.40.0/src/ |
| H A D | os_unix.c | 6545 DbPath path; in unixFullPathname() local 6547 path.rc = 0; in unixFullPathname() 6548 path.nUsed = 0; in unixFullPathname() 6549 path.nSymlink = 0; in unixFullPathname() 6550 path.nOut = nOut; in unixFullPathname() 6551 path.zOut = zOut; in unixFullPathname() 6560 zOut[path.nUsed] = 0; in unixFullPathname() 6561 if( path.rc || path.nUsed<2 ) return SQLITE_CANTOPEN_BKPT; in unixFullPathname() 7613 if( !path || path[0]=='\0' || !strcmp(path, ":auto:") || in switchLockProxyPath() 7680 if( !path || path[0]=='\0' || !strcmp(path, ":auto:") ){ in proxyTransformUnixFile() [all …]
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | fileio.c | 107 # define mkdir(path,mode) _mkdir(path) 108 # define lstat(path,buf) stat(path,buf)
|
| /sqlite-3.40.0/ext/repair/test/ |
| H A D | README.md | 10 > ./sqlite3_checker --test $path/test.tcl
|