geotim90 / Nevini

Multi-purpose Discord bot
https://nevini.de/
Apache License 2.0
4 stars 0 forks source link

osu! scores and beatmaps are not inserted into database #69

Closed geotim90 closed 5 years ago

geotim90 commented 5 years ago

For some reason the repository.save() and repository.saveAll() calls in the getFromApi() methods result in SELECT statements being executed by JPA (to check whether to insert or update entities), but no INSERT at all.