Added TODO in the albumRepository.cpp on where to pick up from. Short story: duplicate related records

This commit is contained in:
kdeng00
2019-09-02 20:16:30 -04:00
parent 4306c174b3
commit c55d8261a2
2 changed files with 15 additions and 0 deletions
+2
View File
@@ -18,6 +18,8 @@ namespace Database
Model::Album retrieveRecord(Model::Album&, Type::albumFilter);
bool doesAlbumExists(const Model::Album&, Type::albumFilter);
void saveAlbum(const Model::Album&);
private:
std::vector<Model::Album> parseRecords(MYSQL_RES*);