market-sentiment-analyzer-tool / msat

A Market Sentiment Analyzer Tool (Sheep Indicator) with the mission of offering valuable insight to investors aiming to decode the market sentiments efficiently.
1 stars 1 forks source link

Error when adding Posts to database #1

Closed Jayden-uottawa closed 5 months ago

Jayden-uottawa commented 6 months ago

Receiving this error when adding post to the database: Error while adding posts to the database: Unread result found

Jayden-uottawa commented 6 months ago

Problem within the post append_posts fonction. Unread results found. Happening because the select query to see if the post is in the db can return more than one row if there is also comments with the same post_id which causes to have unread results when trying to update the posts.