Home
last modified time | relevance | path

Searched refs:ro (Results 1 – 10 of 10) sorted by relevance

/sqlite-3.40.0/test/
H A De_uri.test251 # "ro", "rw", "rwc", or "memory". Attempting to set it to any other
257 1 {file:test.db?mode=ro} {not an error}
270 # EVIDENCE-OF: R-43036-46756 If "ro" is specified, then the database is
282 1 {file:test.db?mode=ro} 1 0 0
325 1 {file:test.db?mode=ro} ro {not an error}
326 2 {file:test.db?mode=ro} rw {not an error}
327 3 {file:test.db?mode=ro} rwc {not an error}
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}
337 set f(ro) [list SQLITE_OPEN_READONLY SQLITE_OPEN_URI]
H A Duri.test164 1 ro 0 0 1
335 sqlite3 db file:test.db?mode=ro
H A Danalyze8.test59 # Buf ro a==99 and a==101, there are far fewer rows so choose
H A Dfts3corrupt4.test546 | 624: 69 61 74 75 72 03 06 07 00 01 07 72 6f ed ce de iatur......ro...
7268 | 656: 62 6c 6f 63 6b 20 49 4e 54 45 47 45 52 2c 72 6f block INTEGER,ro
7485 | 656: 62 6c 6f 63 6b 20 49 4e 54 45 47 45 52 2c 72 6f block INTEGER,ro
H A Dfts1porter.test17437 ros ro
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5corrupt5.test129 | 3136: 03 32 69 6e 02 06 01 01 06 01 02 72 6f 02 06 01 .2in.......ro...
343 | 3136: 03 32 69 6e 02 06 01 01 06 01 02 72 6f 02 06 01 .2in.......ro...
674 | 3136: 03 32 69 6e 02 06 01 01 06 01 02 72 6f 02 06 01 .2in.......ro...
H A Dfts5corrupt3.test3034 | 2976: 35 76 6f 63 61 62 28 27 74 32 27 2c 20 27 72 6f 5vocab('t2', 'ro
3380 | 2976: 35 76 6f 63 61 62 28 27 74 32 27 2c 20 27 72 6f 5vocab('t2', 'ro
3567 | 2976: 35 76 6f 63 61 62 28 27 74 32 27 2c 20 27 72 6f 5vocab('t2', 'ro
3938 | 2976: 35 76 6f 63 61 62 28 27 74 32 27 2c 20 27 72 6f 5vocab('t2', 'ro
4374 | 3136: 03 32 69 6e 02 06 01 01 06 01 02 72 6f 02 06 01 .2in.......ro...
4507 | 2976: 35 76 6f 63 61 62 28 27 74 32 27 2c 20 27 72 6f 5vocab('t2', 'ro
5002 | 3136: 03 32 69 6e 02 06 01 01 06 01 02 72 6f 02 06 01 .2in.......ro...
5219 | 3136: 03 32 69 6e 02 06 01 01 06 01 02 72 6f 02 06 01 .2in.......ro...
5680 | 3136: 03 32 69 6e 02 06 01 01 06 01 02 72 6f 02 06 01 .2in.......ro...
5924 | 3136: 03 32 69 6e 02 06 01 01 06 01 02 72 6f 02 06 01 .2in.......ro...
[all …]
H A Dfts5porter.test8726 roping rope ros ro
/sqlite-3.40.0/ext/wasm/
H A Dtester1.js614 ro: {offset: 8, sizeof: 4, signature: "i", readOnly: true}, property
/sqlite-3.40.0/src/
H A Dsqlite.h.in3551 ** <li> <b>mode</b>: ^(The mode parameter may be set to either "ro", "rw",
3554 ** ^If "ro" is specified, then the database is opened for read-only
3621 ** <tr><td> file:data.db?mode=ro&cache=private <td>
3630 ** Use "ro" instead: "file:data.db?mode=ro".