Implemented deletion functionality, and lingering records are removed fixes #49
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user