07-28-2022, 06:18 PM
I have a couple of songs with the following behaviour. Take for example song with Id 3012.
In AnnotationsBase, there is a row for this song that has an Id of 1155.
In AnnotationPoints, there is a row for AnnotationId 1155 that has a blob with 357 points.
In MobileSheets, the song shows no annotations. See attachment.
It doesn't seem to do any harm but it would be nice if I could get rid of it ☺.
In AnnotationsBase, there is a row for this song that has an Id of 1155.
Code:
sqlite> select Id from AnnotationsBase where SongId = 3012;
1155
In AnnotationPoints, there is a row for AnnotationId 1155 that has a blob with 357 points.
Code:
sqlite> select Count from AnnotationPoints where AnnotationId = 1155;
357
In MobileSheets, the song shows no annotations. See attachment.
It doesn't seem to do any harm but it would be nice if I could get rid of it ☺.
Johan
johanvromans.nl — hetgeluidvanseptember.nl — mojore.nl -- howsagoin.nl
Samsung Galaxy Note S7FE (T733) 12.4", Android 13.0, AirTurn Duo & Digit (Gigs).
Samsung Galaxy Note S4 (T830) 10.5", Android 10.0 (maintenance and backup).
Samsung A3 (A320FL), Android 8.0.0 (emergency).
johanvromans.nl — hetgeluidvanseptember.nl — mojore.nl -- howsagoin.nl
Samsung Galaxy Note S7FE (T733) 12.4", Android 13.0, AirTurn Duo & Digit (Gigs).
Samsung Galaxy Note S4 (T830) 10.5", Android 10.0 (maintenance and backup).
Samsung A3 (A320FL), Android 8.0.0 (emergency).