mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-07-28 16:49:50 -07:00
d5f887a834
- Plan lexical removals inside each delete transaction. The plan drives a subtraction now rather than a recompute, so a snapshot taken before BEGIN IMMEDIATE could subtract totals that no longer match the rows removed, and only drift reaching <= 0 self-heals. - Await the active video's pending anime metadata before deleteAnime's guard, so a delete issued while the title association is still being parsed can't slip past and let the late update recreate the anime row. - Order vocabulary pages by (frequency, id). The oversample loop re-runs with a growing OFFSET, and tied frequencies gave no stable order, so rows could be skipped or repeated across pages. - Clear the delete error when a retry starts, so cancelling leaves no stale failure on screen. - Seed occurrences, kanji, rollups and cover art in the deleteAnime test; the empty-table assertions were passing against empty tables. - Rename both keyframes to kebab-case for stylelint keyframes-name-pattern.