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

iOS/macOS backgrounding fix #769

Closed
wants to merge 4 commits into from
Closed

Commits on Apr 18, 2018

  1. src/ios/SQLitePlugin.m mark internal errors

    Christopher J. Brody committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    5d706fc View commit details
    Browse the repository at this point in the history
  2. src/ios/SQLitePlugin.m remove backgroundExecuteSql

    (method not needed)
    Christopher J. Brody committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    05fdb6a View commit details
    Browse the repository at this point in the history
  3. iOS/macOS require objc_arc feature

    Christopher J. Brody committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    3ed383e View commit details
    Browse the repository at this point in the history
  4. iOS/macOS backgrounding fix

    do not use @synchronized block per SQL batch
    Christopher J. Brody committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    1c9f592 View commit details
    Browse the repository at this point in the history