Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to SQLDelight #23

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Migrate to SQLDelight #23

wants to merge 1 commit into from

Commits on Sep 11, 2024

  1. Use question identifiers as keys in QuestionsDialog

    Previously, we used references to the question instance. Now that we
    fetch fresh instances more often through SQLDelight, we might end up
    with multiple instances of the same question being passed into the
    dialog.
    To work around this, we can simply use QuestionLike identifier.
    antweb authored and raphaelm committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    da09cfc View commit details
    Browse the repository at this point in the history