To re-confirm:- " If you edit a song: Changing the song title without changing any additional letters or words, i.e changing “this is a title” to “This Is A Title” does not perform any update at all, not in the Myriad software or the database. Because of this, when the data refreshes the changes are lost and it becomes “this is a title” again. However, if you change a letter, i.e changing “This is a title” to “This is a new title” instead of performing an update, the database adds a new record to the SongsTitles table. When the list if refreshed, the data is picked up from the new record.
In SQL:
If updating a song title (in other words a song already exists) any changes should perform an UPDATE and not an INSERT when applying the changes"
|