Closed tistatos closed 3 years ago
A issue related to when this is fixed: if a feed is removed, but an episode from the feed is still in the queue when castero quits - it will revert the deletion of the feed due to a foreign key constraining failing
When a feed is deleted, the episodes are not removed from the episode table.
Steps to reproduce:
You will now have duplicates of all the episodes in the feed.
The issue seems to be that the setting
PRAGMA foreign_key = ON
before assigning the databasefile_conn
connection toself._conn