Implemented deletion functionality, and lingering records are removed fixes #49

This commit is contained in:
kdeng00
2019-09-10 22:27:28 -04:00
parent 8c1c2340b2
commit a00a70029e
17 changed files with 489 additions and 17 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ namespace database
model::Song retrieveRecord(model::Song&, type::SongFilter);
void deleteRecord(const model::Song&);
bool deleteRecord(const model::Song&);
void saveRecord(const model::Song&);
private:
std::vector<model::Song> parseRecords(MYSQL_RES*); // TODO: to be removed