| /sqlite-3.40.0/test/ |
| H A D | default.test | 22 do_test default-1.1 { 33 do_test default-1.2 { 43 do_test default-1.3 { 53 do_test default-2.1 { 59 do_test default-2.2 { 67 do_execsql_test default-3.1 { 82 do_execsql_test default-3.2 { 87 do_execsql_test default-3.3 { 110 do_execsql_test default-4.0 { 117 do_execsql_test default-4.1 { [all …]
|
| H A D | fts3_common.tcl | 59 set default(-module) fts4 67 array set opts [array get default] 70 if {0==[info exists default($k)]} { error "unknown option: $k" } 107 set default(-module) fts4 108 set default(-extra) "" 116 array set opts [array get default] 119 if {0==[info exists default($k)]} { error "unknown option: $k" }
|
| H A D | alter4.test | 35 # alter4-3.*: Test adding columns with default value NULL. 36 # alter4-4.*: Test adding columns with default values other than NULL. 146 } {1 {Cannot add a NOT NULL column with default value NULL}} 166 } {1 {Cannot add a column with non-constant default}} 169 alter table t1 add column d default (-5+1); 171 } {1 {Cannot add a column with non-constant default}} 359 # Test that a default value equal to -1 multipied by the smallest possible 412 } {1 {Cannot add a REFERENCES column with non-NULL default value}}
|
| H A D | insert.test | 88 # A table to use for testing default values 93 f1 int default -111, 94 f2 real default +4.32, 95 f3 int default +222, 96 f4 int default 7.89 117 f1 int default 111, 118 f2 real default -4.32, 119 f3 text default hi, 120 f4 text default 'abc-123', 135 # Do additional inserts with default values, but this time [all …]
|
| H A D | alter2.test | 60 # to the supplied value. This is 2 if the added column has a default that is 337 # Test that types and values for columns added with default values 369 set sql {CREATE TABLE t1(a, b DEFAULT -123.0, c VARCHAR(10) default 5)} 377 # Test that UPDATE trigger tables work with default values, and that when 378 # a row is updated the default values are correctly transfered to the 408 # Test that DELETE trigger tables work with default values, and that when 409 # a row is updated the default values are correctly transfered to the 432 # Test creating an index on a column added with a default value.
|
| H A D | permutations.test | 22 # -description TITLE (default "") 32 set default(-shutdown) "" 33 set default(-initialize) "" 34 set default(-presql) "" 36 set default(-files) "" 37 set default(-prefix) "${name}." 38 set default(-dbconfig) "" 40 array set options [array get default] 65 default { 993 register_jt_vfs -default "" [all …]
|
| H A D | collate3.test | 162 # Create a table with a default collation sequence, then close 167 # * an ORDER BY that uses the default collation sequence 170 # * a CREATE INDEX statement that uses a default collation sequence 171 # * a GROUP BY that uses the default collation sequence 172 # * a SELECT DISTINCT that uses the default collation sequence 173 # * Compound SELECTs that uses the default collation sequence
|
| H A D | soak.test | 21 # By default, guarantee that the tests will run for at least 1 hour. 33 default {
|
| H A D | alter3.test | 41 # alter3-3.*: Test adding columns with default value NULL. 42 # alter3-4.*: Test adding columns with default values other than NULL. 137 } {1 {Cannot add a NOT NULL column with default value NULL}} 157 } {1 {Cannot add a column with non-constant default}}
|
| H A D | e_createtable.test | 783 # * default values, and 784 # * default collation sequences. 873 # the default value is NULL, a string constant, a blob constant, a 900 default value of column [x] is not constant 918 # default values 947 # EVIDENCE-OF: R-12572-62501 If the default value of the column is a 965 # EVIDENCE-OF: R-60616-50251 If the default value of a column is an 993 # EVIDENCE-OF: R-15363-55230 If the default value of a column is 1043 # default collation sequence is BINARY. 1091 # default compile time value. [all …]
|
| H A D | malloc_common.tcl | 220 testvfs shmfault -default true 239 testvfs shmfault -default true 257 testvfs shmfault -default true
|
| H A D | collate6.test | 47 # Test that the default collation sequence applies to new.* references 76 # Test that the default collation sequence applies to new.* references
|
| H A D | tkt2251.test | 19 # and so the OP_Column opcode has to contain a default value. Later 41 # Create sample data. Verify that the default value and type of an added
|
| H A D | pager1.test | 290 testvfs tv -default 1 294 testvfs tv -default 1 302 testvfs tv -default 1 538 testvfs tv -default 1 751 testvfs tv -default 1 928 testvfs tv -default 1 1470 testvfs tv -default 1 1579 testvfs tv -default 1 1622 testvfs tv -default 1 1684 testvfs tv -default 1 [all …]
|
| H A D | e_uri.test | 196 # the default VFS object is used. 210 foreach {name default} {vfs1 0 vfs2 0 vfs3 1} { 211 testvfs $name -default $default
|
| /sqlite-3.40.0/autoconf/ |
| H A D | configure.ac | 41 # Both are enabled by default. If, after command line processing both are 88 [--enable-threadsafe], [build a thread-safe library [default=yes]])], 118 [--enable-math], [SQL math functions [default=yes]])], 134 [--enable-fts4], [include fts4 support [default=yes]])], 149 [--enable-fts3], [include fts3 support [default=no]])], 164 [--enable-fts5], [include fts5 support [default=yes]])], 180 [--enable-rtree], [include rtree support [default=yes]])], 195 [--enable-session], [enable the session extension [default=no]])], 210 [--enable-debug], [build with debugging features enabled [default=no]])], 227 [statically link libsqlite3 into shell tool [default=yes]])], [all …]
|
| H A D | README.txt | 26 --enable-readline use readline in shell tool [default=yes] 27 --enable-threadsafe build a thread-safe library [default=yes] 28 --enable-dynamic-extensions support loadable extensions [default=yes] 30 The default value for the CFLAGS variable (options passed to the C
|
| H A D | INSTALL | 36 disabled by default to prevent problems with accidental use of stale 144 By default, `make install' installs the package's commands under 160 default for these options is expressed in terms of `${prefix}', so that 213 --enable-silent-rules' sets the default to minimal output, which can be 215 --disable-silent-rules' sets the default to verbose, which can be 221 On HP-UX, the default C compiler is not ANSI C compatible. If GNU 234 On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot 289 If you want to set default values for `configure' scripts to share, 291 default values for variables like `CC', `cache_file', and `prefix'.
|
| /sqlite-3.40.0/doc/ |
| H A D | trusted-schema.md | 41 For backwards compatibility, the default is TRUSTED\_SCHEMA=on. Documentation 65 go in as "Normal" by default. For optimal security, we want those risky 67 default might break some legacy applications. Hence, all app-defined 84 2. Compile-time option -DSQLITE\_TRUSTED\_SCHEMA=0 causes the default
|
| /sqlite-3.40.0/tool/ |
| H A D | GetTclKit.bat | 223 REM NOTE: By default, use latest available version of the TclKit SDK 224 REM for x86. However, the "default" TclKit executable for x86 252 REM NOTE: By default, use latest available version of the TclKit SDK 253 REM for x64. However, the "default" TclKit executable for x86
|
| H A D | mkvsix.tcl | 194 default { 230 default { 268 default {
|
| H A D | omittest.tcl | 10 The default value for ::MAKEFILE is "../Makefile.linux.gcc". 168 default {
|
| /sqlite-3.40.0/ext/icu/ |
| H A D | README.txt | 145 pattern in bytes (irrespective of encoding). The default value is 151 the default value therein does not affect the ICU extension. 152 The default value of SQLITE_MAX_LIKE_PATTERN_LENGTH used by
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | rbumisc.test | 87 testvfs tvfs -default 1 142 testvfs tvfs -default 1
|
| /sqlite-3.40.0/ |
| H A D | aclocal.m4 | 1566 # First set a reasonable default. 3690 # +Z the default 3922 # +Z the default 3984 # +Z the default 5710 # but as the default 5763 # but as the default 7446 dnl archives by default: 7532 [p=${PACKAGE-default} 7586 [p=${PACKAGE-default} 7640 [p=${PACKAGE-default} [all …]
|