Tag
- Commit:
7ff982331e416f9f29de900c1a5bfcd561b92fed(tags/0.2.1)- Tagger:
- witcher <witcher@wiredspace.de>
- Date:
- Message:
- Fix panic on insertion and invalid time stamp rss-email would panic when inserting a post that already is inserted (primary key already exists), so the insertion is skipped entirely (`INSERT OR IGNORE`). If a post has an invalid time stamp, the application would also panic, even though the timestamp is not crucial data. Instead, a default is used for the timestamp.
rss-email 0.2.1
witcher (1):
Fix panic on insertion and invalid time stamp
