| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5config.test | 39 # Syntax errors in the prefix= option. 55 # Syntax errors in the 'rank' option. 148 # Unrecognized option. 152 } {1 {unrecognized option: "nosuchoption"}} 163 # 9.4.* a non-existant option. 231 # errors in the detail= option. 250 # errors in the 'usermerge' option
|
| H A D | fts5tokenizer.test | 87 } {1 {unrecognized column option: y}} 114 # 'separators' option. But unicode61 does not. 116 # 5.2.*: An option without an argument is an error. 219 # Test the 'separators' option with the unicode61 tokenizer.
|
| H A D | fts5columnsize.test | 12 # Tests focusing on fts5 tables with the columnsize=0 option. 25 # Check that the option can be parsed and that the %_docsize table is
|
| H A D | fts5cat.test | 24 SELECT rowid FROM t1('option');
|
| /sqlite-3.40.0/ |
| H A D | configure.ac | 735 for option in $CFLAGS $CPPFLAGS 737 case $option in 747 for option in $CFLAGS 749 case $option in 752 *) ac_temp_CFLAGS="$ac_temp_CFLAGS $option";; 760 for option in $CPPFLAGS 762 case $option in 765 *) ac_temp_CPPFLAGS="$ac_temp_CPPFLAGS $option";; 773 for option in $BUILD_CFLAGS 775 case $option in [all …]
|
| /sqlite-3.40.0/test/ |
| H A D | ctime.test | 64 # Check the THREADSAFE option for SQLITE_THREADSAFE=2 builds (there are 191 # This assumes there is at least 1 compile time option 199 # This assumes there is at least 1 compile time option
|
| H A D | e_uri.test | 57 # SQLITE_CONFIG_URI option with the sqlite3_config() method or by the 58 # SQLITE_USE_URI compile-time option. 195 # EVIDENCE-OF: R-52293-58497 If this option is set to an empty string 201 # option is present, then the VFS specified by the option takes 274 # EVIDENCE-OF: R-40137-26050 If the mode option is set to "rw", then the
|
| H A D | tclsqlite.test | 45 } {1 {bad option "bogus": must be authorizer, backup, bind_fallback, busy, cache, changes, close, c… 49 } {1 {bad option "bogus": must be flush or size}} 53 } {1 {wrong # args: should be "db cache option ?arg?"}} 706 } {1 {unknown option: "-unknown"}} 717 # Test the -type option to [db function]. 789 } {1 {option requires an argument: -return}} 793 } {1 {bad option "-n": must be -argcount, -deterministic, -directonly, -innocuous, or -returntype}}
|
| H A D | shell1.test | 18 # shell1-1.*: Basic command line option handling. 32 # Test cases shell1-1.*: Basic command line option handling. 35 # invalid option 40 [regexp {Error: unknown option: -bad} $res] 46 [regexp {Error: unknown option: -bad} $res] 336 # explain is the exception to the booleans. without an option, it turns it on. 787 # The --preserve-rowids option to .dump 912 } {1 {The --preserve-rowids option is not compatible with SQLITE_OMIT_VIRTUALTABLE}}
|
| H A D | memdb1.test | 78 } {unknown option: -unknown} 192 } {1 {unknown option: a}}
|
| H A D | fts3matchinfo2.test | 12 # of this file is tables created with the "matchinfo=fts3" option.
|
| H A D | without_rowid5.test | 107 } {1 {unknown table option: _rowid_}} 113 } {1 {unknown table option: oid}}
|
| H A D | tableopts.test | 34 } {1 {unknown table option: unknown2}}
|
| /sqlite-3.40.0/tool/ |
| H A D | genfkey.README | 106 option was not present, a message for each one is printed to stderr and 109 If errors are found and the --ignore-errors option is passed, then 115 "genfkey*". Unless the --no-drop option is specified, then the program 126 If the --exec option was passed, then all generated SQL is immediately
|
| /sqlite-3.40.0/autoconf/ |
| H A D | INSTALL | 130 compiler but only a single `-arch' option to the preprocessor. Like 147 `configure' the option `--prefix=PREFIX', where PREFIX must be an 152 pass the option `--exec-prefix=PREFIX' to `configure', the package uses 197 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. 235 parse its `<wchar.h>' header file. The option `-nodtk' can be used as 263 `--build=TYPE' option. TYPE can either be a short name for the system 278 use the option `--target=TYPE' to select the type of system they will
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | README.content | 8 As of SQLite version 3.7.9, FTS4 supports a new option - "content" - 18 the full-text index, the content option can sometimes be used to achieve 24 documents at all, the content option should be set to an empty string. 77 An external content FTS4 table is created by setting the content option
|
| /sqlite-3.40.0/src/ |
| H A D | sqlite.h.in | 1666 ** ^If the option is unknown or SQLite is unable to set the option 1781 ** <dd>There are no arguments to this option. ^This option sets the 1792 ** <dd>There are no arguments to this option. ^This option sets the 1806 ** <dd>There are no arguments to this option. ^This option sets the 2209 ** this option is off. So, in other words, this option now only disables 2226 ** this option is off. So, in other words, this option now only disables 2375 ** compile-time option. 2384 ** compile-time option. 2985 ** option is used. 3460 ** this option is a no-op. [all …]
|
| H A D | shell.c.in | 208 * overridden with the -batch command line option. 3840 raw_printf(stderr, "unknown option: %s\n", z); 5509 ** with the option of having a separator other than ",". 6760 /* A long option */ 7340 utf8_printf(stderr, "unexpected option: %s\n", azArg[i]); 7685 utf8_printf(stderr, "unknown option: %s\n", azArg[j]); 8221 ** of the option name, or a numerical value. */ 8928 utf8_printf(stderr, "unknown option: %s\n", z); 9082 utf8_printf(stderr, "unknown option: %s\n", z); 10428 ** of the option name, or a numerical value. */ [all …]
|
| /sqlite-3.40.0/autoconf/tea/win/ |
| H A D | nmakehlp.c | 41 static int CheckForCompilerFeature(const char *option); 197 const char *option) in CheckForCompilerFeature() argument 252 lstrcat(cmdline, option); in CheckForCompilerFeature()
|
| /sqlite-3.40.0/doc/ |
| H A D | json-enhancements.md | 11 -DSQLITE_OMIT_JSON compile-time option. 138 -DSQLITE_ENABLE_JSON1 compile-time option was used. 143 Instead, there is a new -DSQLITE_OMIT_JSON compile-time option to leave
|
| H A D | trusted-schema.md | 81 1. New sqlite3\_db\_config() option SQLITE\_DBCONFIG\_TRUSTED\_SCHEMA for 84 2. Compile-time option -DSQLITE\_TRUSTED\_SCHEMA=0 causes the default
|
| /sqlite-3.40.0/ext/recover/ |
| H A D | recoverclobber.test | 12 # Tests for the SQLITE_RECOVER_ROWIDS option.
|
| H A D | recoverrowid.test | 12 # Tests for the SQLITE_RECOVER_ROWIDS option.
|
| H A D | recoverslowidx.test | 12 # Tests for the SQLITE_RECOVER_SLOWINDEXES option.
|
| /sqlite-3.40.0/ext/userauth/ |
| H A D | user-auth.txt | 3 adding the -DSQLITE_USER_AUTHENTICATION compile-time option. 138 the -DSQLITE_USER_AUTHENTICATION compile-time option, then the sqlite_user
|