You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @cblanken for the issue. This was actually a very good catch: sqlite doesn't cascade deletes unless a pragma is set. For everything else the Lute data model took care of things properly but setting the pragma is still a good thing to do, so I added that and added a few checks and cleanup things.
Description
I'm not sure if it's intended but it seems like BookStat records remain even when a Book has been deleted.
To Reproduce
Steps to reproduce the behavior, e.g.:
bookstats
in SQLite Browser or viasqlite
Screenshots
For example, the
bookstats
after having deleted all but a few of the default books.The text was updated successfully, but these errors were encountered: