aurelienpierreeng / ansel

A darktable fork minus the bloat plus some design vision.
https://ansel.photos
GNU General Public License v3.0
679 stars 21 forks source link

Attempt DB repair upon corruption #335

Open aurelienpierre opened 3 months ago

aurelienpierre commented 3 months ago

When sql-check returns an error, blindly attempt to run REINDEX table; on all tables to try and recover the db. SQLite3 also has a .recover command in CLI, investigate that…