Commit 1f46653
committed
Document changed SQLite behaviour
Since version 3.48.0 SQLite accesses the underlying database file even for schema-independent SELECT statements. In case of encrypted databases this can cause problems for applications, if `PRAGMA key` was not yet executed.1 parent de8f92f commit 1f46653
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
0 commit comments