beatoraja icon indicating copy to clipboard operation
beatoraja copied to clipboard

scoredatalog.db file doesn't work as expected

Open Catizard opened this issue 9 months ago • 0 comments

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.

Catizard avatar Mar 20 '25 04:03 Catizard