| /sqlite-3.40.0/test/ |
| H A D | autoanalyze1.test | 44 -- Verify that the hasStat1 flag is clear on on indexes 48 -- Verify that the TF_HasStat1 flag is clear on the table 57 # Access using a unique index does not set the TF_StatsUsed flag. 116 # The TF_StatsUsed flag is reset when the database is reopened
|
| H A D | insert2.test | 235 class integer, name str, flag str); 238 flag STRING); 246 DepCheck.flag 250 DepCheck.flag == Dependencies.flag
|
| H A D | walvfs.test | 320 set ::flag 0 322 if {$::flag && [lrange $spec 2 end]=="lock shared"} { 326 set ::flag 1
|
| H A D | io.test | 32 # IOCAP_SEQUENTIAL device capability flag is set (no 36 # IOCAP_SAFE_APPEND device capability flag is set (fewer 185 # modifies more than one database page, even if the IOCAP_ATOMIC flag 435 # With the SAFE_APPEND flag set, simple transactions require 3, rather 442 # Normally, when the SAFE_APPEND flag is not set, there is another fsync()
|
| H A D | fordelete.test | 22 # argument is executed. If the OPFLAG_FORDELETE flag is specified on 40 # The O() entry is set to "*" if the BTREE_FORDELETE flag is specified,
|
| H A D | btree01.test | 133 # An assertion fault due to the failure to clear a flag in an optimization 137 # invoked, it needs to clear the BTCF_ValidOvfl flag.
|
| H A D | e_uri.test | 55 # the SQLITE_OPEN_URI flag is set in the third argument to 64 # only enabled if the SQLITE_OPEN_URI flag is specified. 271 # opened for read-only access, just as if the SQLITE_OPEN_READONLY flag 372 # SQLITE_OPEN_SHAREDCACHE flag.
|
| H A D | utf16align.test | 13 # flag passed into the sqlite3_create_collation() function insures
|
| H A D | func5.test | 12 # Testing of function factoring and the SQLITE_DETERMINISTIC flag.
|
| H A D | fts3matchinfo.test | 307 # + Matchinfo flag 'l' cannot be used with matchinfo=fts3. 456 # Test the 'y' matchinfo flag 538 # Test the 'b' matchinfo flag
|
| H A D | interrupt2.test | 75 # not clear the isInterrupted flag.
|
| H A D | tkt2854.test | 118 # attached db cannot be locked, the internal exclusive flag used by
|
| H A D | bestindex4.test | 40 # 0x08 - ignore the "usable" flag (malfunction)
|
| /sqlite-3.40.0/src/ |
| H A D | in-operator.md | 61 1. Set the null-flag to false 66 <li> If the comparison result is NULL, set the null-flag to true 68 3. If the null-flag is true, return NULL.
|
| H A D | sqlite.h.in | 244 ** of the [SQLITE_THREADSAFE] flag. If SQLite is compiled with 643 ** SQLITE_IOCAP_IMMUTABLE flag indicates that the file is on 2410 ** the legacy file format flag. When activated, this flag causes all newly 3410 ** three flag combinations:)^ 4070 ** <dd>The SQLITE_PREPARE_NORMALIZE flag is a no-op. This flag used 4075 ** flag. 6659 ** with the [SQLITE_OPEN_SHAREDCACHE] flag. 7119 ** aConstraintUsage[].omit flag is an optimization hint. When the omit flag 8723 ** false will always have the "discard" flag set to true. 9542 ** flag unless absolutely necessary. [all …]
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_snippet.c | 97 char flag; member 874 assert( p->flag==FTS3_MATCHINFO_LHITS_BM || p->flag==FTS3_MATCHINFO_LHITS ); in fts3ExprLHits() 875 if( p->flag==FTS3_MATCHINFO_LHITS ){ in fts3ExprLHits() 884 if( p->flag==FTS3_MATCHINFO_LHITS ){ in fts3ExprLHits() 1242 pInfo->flag = zArg[i]; in fts3MatchinfoValues()
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | README.md | 115 flag. As of this writing, that file is only used for experimentation 118 Emscripten-specific header for Emscripten's `--pre-js` flag. This 130 flag. This file overwrites the Emscripten-installed
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5matchinfo.test | 368 # Test the 'y' matchinfo flag 451 # Test the 'b' matchinfo flag 481 # Test that an invalid matchinfo() flag is detected 492 } {1 {unrecognized matchinfo flag: d}}
|
| /sqlite-3.40.0/ |
| H A D | ltmain.sh | 1827 $ECHO " - use the \`$flag' linker flag" 4715 for flag in $args; do 4717 func_quote_for_eval "$flag" 4731 for flag in $args; do 4733 func_quote_for_eval "$flag" 6911 eval flag=\"$hardcode_libdir_flag_spec\" 6912 dep_rpath="$dep_rpath $flag" 7091 linker_flags="$linker_flags $flag" 7600 eval flag=\"$hardcode_libdir_flag_spec\" 7601 rpath="$rpath $flag" [all …]
|
| H A D | aclocal.m4 | 1077 # Discard the --no-reexec flag, and continue. 2948 # find reload flag for linker 3205 # Check to see if the nm accepts a BSD-compat flag. 3315 [Compiler flag to turn off builtin functions]) 3710 # CC pic flag -KPIC is the default. 4142 [How to pass a linker flag through the compiler]) 4145 # Check to make sure the PIC flag actually works. 4162 # Check to make sure the static flag actually works. 4171 [Compiler flag to prevent dynamic linking]) 5176 [Compiler flag to allow reflexive dlopens]) [all …]
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_main.c | 235 #define CsrFlagSet(pCsr, flag) ((pCsr)->csrflags |= (flag)) argument 236 #define CsrFlagClear(pCsr, flag) ((pCsr)->csrflags &= ~(flag)) argument 237 #define CsrFlagTest(pCsr, flag) ((pCsr)->csrflags & (flag)) argument
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtreeI.test | 21 # deal with inequalities and that set the OMIT flag on terms of the
|
| /sqlite-3.40.0/tool/ |
| H A D | mkpragmatab.tcl | 575 foreach {type arg if flag cx} $allbyname($name) break 600 set flagx PragFlg_[join $flag {|PragFlg_}]
|
| /sqlite-3.40.0/ext/session/ |
| H A D | session2.test | 309 # The next block of tests verify that the "indirect" flag is set 310 # correctly within changesets. The indirect flag is set for a change 314 # indirect flag to true, or
|
| H A D | sessionrebase.test | 39 # INSERT record. For an INSERT or UPDATE operation, the indirect flag 41 # the indirect flag is set and all non-PK fields left undefined.
|