Commit 43a7aa3
committed
Open GTN SQLite connection read-only with autocommit isolation
The search module only ever reads from the database, so opening with
mode=ro and isolation_level=None prevents accidental writes and skips
SQLite's implicit BEGIN transactions. Addresses PR review feedback from
@bgruening.1 parent 2a4d229 commit 43a7aa3
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | | - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
172 | 177 | | |
173 | 178 | | |
174 | 179 | | |
| |||
0 commit comments