Lines Matching refs:access
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}
271 # opened for read-only access, just as if the SQLITE_OPEN_READONLY flag
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}
333 7 {file:test.db?mode=rwc} ro {access mode not allowed: rwc}
334 8 {file:test.db?mode=rwc} rw {access mode not allowed: rwc}