#2: The need to eliminate duplicate entries from being inserted in the database means duplicate entries from the same feed. If you have the same entry (i.e., same URL) in two different feeds, it is ok to have it twice in the database, since it will also include the feed_id, making the entries in the database (i.e., database rows) different.
#1: The URL length in the database schema has been extended to 200 characters, to cover some long URLs.
ReplyDelete#2: The need to eliminate duplicate entries from being inserted in the database means duplicate entries from the same feed. If you have the same entry (i.e., same URL) in two different feeds, it is ok to have it twice in the database, since it will also include the feed_id, making the entries in the database (i.e., database rows) different.
ReplyDelete