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

fix: on iOS db locked error #827

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    bf521c8 View commit details
    Browse the repository at this point in the history
  2. Revert "fix: on iOS db locked error"

    This reverts commit bf521c8.
    jackleemeta committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    e37faa7 View commit details
    Browse the repository at this point in the history
  3. fix: 1. db locked error due to two database queues of main plugin and…

    … background isolate plugin 2. loadDataFromDB in `loadTaskWithId` safely
    jackleemeta committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    cf6831f View commit details
    Browse the repository at this point in the history
  4. chore: remove redundant judgment `if(openDatabaseResult == SQLITE_OK)…

    …`, because the front lines return when `openDatabaseResult != SQLITE_OK`
    jackleemeta committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    46f00b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. chore: 1. rename var 2. determine whether on database queue in [execu…

    …teInDatabaseQueueForTask]
    jackleemeta committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    0f920e3 View commit details
    Browse the repository at this point in the history