Commit 8e5bd2b
committed
Fix save_db_settings overwriting db_type when URL is empty
Legacy save_db_settings called _detect_db_type("") which always
returned "sqlite", overwriting the correct db_type on the active
connection when only mode/limits were being saved.1 parent 6f14f1c commit 8e5bd2b
1 file changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
302 | 305 | | |
303 | 306 | | |
304 | 307 | | |
| |||
0 commit comments