Home
last modified time | relevance | path

Searched refs:access (Results 1 – 25 of 62) sorted by relevance

123

/sqlite-3.40.0/test/
H A De_uri.test191 # that should be used to access the database file on disk.
260 4 {file:test.db?mode=Ro} {no such access mode: Ro}
261 5 {file:test.db?mode=Rw} {no such access mode: Rw}
262 6 {file:test.db?mode=Rwc} {no such access mode: Rwc}
264 8 {file:test.db?mode=MEMORY} {no such access mode: MEMORY}
275 # database is opened for read-write (but not create) access, as if
293 # Test CREATE access:
302 # Test READ access:
308 # Test WRITE access:
329 4 {file:test.db?mode=rw} ro {access mode not allowed: rw}
[all …]
H A De_blobopen.test128 # the BLOB is opened for read and write access.
131 # opened for read-only access.
147 # Blob was opened for read-only access - writing returns an error.
156 # Blob was opened for read/write access - writing succeeds
265 # access
267 # Test cases 8.1.* show that such columns can be opened for read-access.
289 # for read/write access
291 # 9.1: FK disabled, read-only access.
292 # 9.2: FK disabled, read-only access.
293 # 9.3: FK enabled, read/write access.
[all …]
H A De_wal.test24 # locking_mode is set to EXCLUSIVE before the first attempted access.
82 # the first WAL-mode database access, then SQLite never attempts to call
135 # first WAL-mode database access, then the shared-memory wal-index is
166 # WAL-mode database access, that the locking mode is stuck in EXCLUSIVE.
227 # older versions of SQLite can once again access the database file.
H A Dexclusive.test12 # of these tests is exclusive access mode (i.e. the thing activated by
252 # opens the journal file for exclusive access, preventing its contents
319 # in exclusive-access mode.
394 # instead of deleted when in exclusive access mode.
518 # journal_mode=WAL when locking_mode=EXCLUSIVE, it can no longer access
H A Duri.test72 # the file name no longer tries to access an alternate data stream
191 set A(0) [list 1 "access mode not allowed: $mode"]
231 } {1 {no such access mode: rc}}
H A Dcrashtest1.c36 if( access("./test.db-journal",0)==0 ){ in do_some_sql()
H A Dsyscall.test47 do_test 1.3.1 { test_syscall install {open getcwd access} } {}
60 open close access getcwd stat fstat ftruncate
H A Dwalro.test141 # read-write access to the shm.
152 # Also test that if the -shm file can be opened for read/write access,
H A Dexclusive2.test185 # 1-3: Build a database with exclusive-access connection 1,
263 # is only incremented by the first change when in exclusive access
H A Dtkt1644.test51 # Cache an access to the T1 table.
H A Dfts4unicode.test103 will return SQLITE_ABORT upon next access after the ROLLBACK.
157 will return SQLITE_ABORT upon next access after the [ROLLBACK].
161 will return SQLITE_ABORT upon next access after the [ROLLBACK].
H A Dunixexcl.test31 # within the process may still access the db normally, but connections from
H A Dbigmmap.test13 # to access files larger than 4GiB.
H A Dkvtest.c132 # define access _access macro
267 if( access(zPath,R_OK) ) return PATH_NEXIST; in pathType()
H A Ddefault.test131 # 2020-03-09 out-of-bounds memory access discovered by "Eternal Sakura"
H A Dthread1.test41 # Interleave two threads on read access. Then make sure a third
H A Dcursorhint.test61 # each t2 access has a cursor hint based on the current t1.a value.
H A Dserver1.test59 # Interleave two threads on read access. Then make sure a third
/sqlite-3.40.0/
H A Dspec.template18 Programs that link with the SQLite library can have SQL database access
20 standalone command-line access program (sqlite) that can be used to
/sqlite-3.40.0/doc/
H A Dwal-lock.md14 Only read/write clients use blocking locks. Clients that have read-only access
17 Threads or processes that access a single database at a time never deadlock as
/sqlite-3.40.0/src/
H A Dtest_delete.c77 rc = access(zFile, F_OK); in sqlite3DeleteUnlinkIfExists()
H A Dtest_sqllog.c440 bRet = !access(zFile, F_OK); in sqllogTraceDb()
H A Dtest_demovfs.c518 rc = access(zPath, eAccess); in demoAccess()
/sqlite-3.40.0/ext/async/
H A DREADME.txt86 implementation of asynchronous IO may access a single database
118 connections attempt to access the same database file when file-locking
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-wasm.c398 DefGroup(access){ in sqlite3_wasm_enum_json()
1110 if( pOpfs && 0!=access(zMountPoint, F_OK) ){ in sqlite3_wasm_init_wasmfs()

123