MartinKoleff / KareFitnessApp

Android fitness app made in Jetpack Compose.
MIT License
4 stars 0 forks source link

[To refactor] Saving Exercise with ExerciseSet with generated setID #41

Closed MartinKoleff closed 7 months ago

MartinKoleff commented 7 months ago

When Exercise with ExerciseSet with generated setId is saved to the DB if you use updateSet query and the ExerciseSet is not in the DB it will not be updated/saved. This is avoided by using save/insert query but this may cause duplicate entries with different setIds and same setNumber.