Skip to content

scoredatalog.db file doesn't work as expected #852

@Catizard

Description

@Catizard

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions