beatoraja
beatoraja copied to clipboard
scoredatalog.db file doesn't work as expected
scoredatalog.db file was first introduced in #722 , it solves the issue that beatoraja discard the log that has no update from the last time played. However, ScoreDataLogDatabaseAccessor::insert is not plain insert but actually insert or replace into statement. While scoredatalog's primary key is (sha256, mode), which means scoredatalog.db is not record all logs but only the last log with same mode.
Therefore, scoredatalog.db is not work as expected, and there is no way to get the full record logs for user.