Searched refs:access (Results 1 – 25 of 62) sorted by relevance
123
| /sqlite-3.40.0/test/ |
| H A D | e_uri.test | 191 # 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 D | e_blobopen.test | 128 # 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 D | e_wal.test | 24 # 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 D | exclusive.test | 12 # 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 D | uri.test | 72 # 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 D | crashtest1.c | 36 if( access("./test.db-journal",0)==0 ){ in do_some_sql()
|
| H A D | syscall.test | 47 do_test 1.3.1 { test_syscall install {open getcwd access} } {} 60 open close access getcwd stat fstat ftruncate
|
| H A D | walro.test | 141 # read-write access to the shm. 152 # Also test that if the -shm file can be opened for read/write access,
|
| H A D | exclusive2.test | 185 # 1-3: Build a database with exclusive-access connection 1, 263 # is only incremented by the first change when in exclusive access
|
| H A D | tkt1644.test | 51 # Cache an access to the T1 table.
|
| H A D | fts4unicode.test | 103 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 D | unixexcl.test | 31 # within the process may still access the db normally, but connections from
|
| H A D | bigmmap.test | 13 # to access files larger than 4GiB.
|
| H A D | kvtest.c | 132 # define access _access macro 267 if( access(zPath,R_OK) ) return PATH_NEXIST; in pathType()
|
| H A D | default.test | 131 # 2020-03-09 out-of-bounds memory access discovered by "Eternal Sakura"
|
| H A D | thread1.test | 41 # Interleave two threads on read access. Then make sure a third
|
| H A D | cursorhint.test | 61 # each t2 access has a cursor hint based on the current t1.a value.
|
| H A D | server1.test | 59 # Interleave two threads on read access. Then make sure a third
|
| /sqlite-3.40.0/ |
| H A D | spec.template | 18 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 D | wal-lock.md | 14 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 D | test_delete.c | 77 rc = access(zFile, F_OK); in sqlite3DeleteUnlinkIfExists()
|
| H A D | test_sqllog.c | 440 bRet = !access(zFile, F_OK); in sqllogTraceDb()
|
| H A D | test_demovfs.c | 518 rc = access(zPath, eAccess); in demoAccess()
|
| /sqlite-3.40.0/ext/async/ |
| H A D | README.txt | 86 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 D | sqlite3-wasm.c | 398 DefGroup(access){ in sqlite3_wasm_enum_json() 1110 if( pOpfs && 0!=access(zMountPoint, F_OK) ){ in sqlite3_wasm_init_wasmfs()
|
123