Inspired by the discussion in PR #566
Sometimes there are broken references in the databases. As a stopgap solution, we are ignoring them in DatabaseMapping but it would be nice to have a more thorough solution. One option would be to add a database repair tool that would purge such records from the database so users did not need to use external tools (e.g. DB Browser) to fix their databases manually.
Inspired by the discussion in PR #566
Sometimes there are broken references in the databases. As a stopgap solution, we are ignoring them in
DatabaseMappingbut it would be nice to have a more thorough solution. One option would be to add a database repair tool that would purge such records from the database so users did not need to use external tools (e.g. DB Browser) to fix their databases manually.