Release: dev -> main (restore fixes, theming, schema-checker, quickicon hardening) #300
Reference in New Issue
Block a user
Delete Branch "release/dev-to-main-r2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Cuts a fresh stable from dev: schema-checker reconciliation, restore/backup progress theming + controls, MokoRestore black theme, restore cancel cleanup, silent-partial-restore fixes, snapshots type-label, ntfy default, quickicon dashboard hardening. Excludes the untested component Type-Name change (#299), held for install-testing.
https://claude.ai/code/session_01WbGBN9VyRK61zczYWcCQ2i
RestoreEngine ignored DatabaseImporter::hasErrors(), so the non-stepped restore always reported success even when SQL statements failed. It now logs the failures and returns a warning ("database may be incomplete"). DatabaseImporter's splitter is also quote/backtick/escape-aware so a ; or newline inside a value no longer splits a statement, and comments are only skipped between statements — matching the stepped-engine fix (#291). Closes #188. Claude-Session: https://claude.ai/code/session_01WbGBN9VyRK61zczYWcCQ2i