SQLite Forum

V 3.34.0
Login
Using Windows 10; just downloaded v 3.34.0 & checked [the release notes](https://sqlite.org/releaselog/3_34_0.html) for changes.

<b><i>Issue 1</i></b>

<b>Session screen - 3.34.0 </b>

`SQLite version 3.34.0 2020-12-01 16:14:00
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
sqlite> .open ./db/pubs.db
sqlite> .databases
main: D:\SQLite32\db\pubs.db r/w
sqlite>`

<b> Session screen - 3.33.0 </b>

`SQLite version 3.33.0 2020-08-14 13:23:32
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
sqlite> .open ./db/pubs.db
sqlite> .databases
main: F:\SQLite32\db\pubs.db
sqlite>`

<b>Note r/w (I assume read/write) in the 3.34 session: Can't see this change in the release notes. Is it possible to open databases in read only mode. now?</b>