Lines Matching refs:is
4 # a legal notice, here is a blessing:
50 # EVIDENCE-OF: R-35840-33204 If URI filename interpretation is enabled,
51 # and the filename argument begins with "file:", then the filename is
54 # EVIDENCE-OF: R-27632-24205 URI filename interpretation is enabled if
55 # the SQLITE_OPEN_URI flag is set in the third argument to
63 # Tests with SQLITE_CONFIG_URI configured to false. URI intepretation is
64 # only enabled if the SQLITE_OPEN_URI flag is specified.
94 # Tests with SQLITE_CONFIG_URI configured to true. URI intepretation is
134 # EVIDENCE-OF: R-17482-00398 If the authority is not an empty string or
135 # "localhost", an error is returned to the caller.
155 # present, is ignored.
157 # It is difficult to test that something is ignored correctly. So these tests
173 # then it is interpreted as an absolute path.
176 # (meaning that the authority section is omitted from the URI) then the
177 # path is interpreted as a relative path.
193 # The above is tested by cases 1.* below.
195 # EVIDENCE-OF: R-52293-58497 If this option is set to an empty string
196 # the default VFS object is used.
198 # The above is tested by cases 2.* below.
200 # EVIDENCE-OF: R-31855-18665 If sqlite3_open_v2() is used and the vfs
201 # option is present, then the VFS specified by the option takes
205 # The above is tested by cases 3.* below.
239 # EVIDENCE-OF: R-48365-36308 Specifying an unknown VFS is an error.
252 # value is an error
270 # EVIDENCE-OF: R-43036-46756 If "ro" is specified, then the database is
274 # EVIDENCE-OF: R-40137-26050 If the mode option is set to "rw", then the
275 # database is opened for read-write (but not create) access, as if
278 # EVIDENCE-OF: R-26845-32976 Value "rwc" is equivalent to setting both
317 # EVIDENCE-OF: R-20590-08726 It is an error to specify a value for the
318 # mode parameter that is less restrictive than that specified by the
362 # EVIDENCE-OF: R-23027-03515 Setting it to "shared" is equivalent to
366 # EVIDENCE-OF: R-49793-28525 Setting the cache parameter to "private" is
369 # EVIDENCE-OF: R-31773-41793 If sqlite3_open_v2() is used and the
370 # "cache" parameter is present in a URI filename, its value overrides
426 set RES(1) {database table is locked: t1}
437 # query component of a URI is not an error.
440 parse_uri file://localhost/test.db?an=unknown¶meter=is&ok=
441 } {/test.db {an unknown parameter is ok {}}}
443 parse_uri file://localhost/test.db?an&unknown¶meter&is&ok
444 } {/test.db {an {} unknown {} parameter {} is {} ok {}}}
454 # The second of the two statements above is tested by creating a