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

Support older sqlite versions. #1511

Merged
merged 6 commits into from
Sep 3, 2024
Merged

Support older sqlite versions. #1511

merged 6 commits into from
Sep 3, 2024

Commits on Aug 30, 2024

  1. Support older sqlite versions.

    The `FALSE` constant was introduced in sqlite version 3.23.0,
    but Android does not support this version of sqlite until API
    level 30; we support back to Android API 27 so we have to use
    `0` as the constant for `FALSE` instead.
    nuttycom committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c91b34e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    61584f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b83341 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e6a8f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01576f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f063e7a View commit details
    Browse the repository at this point in the history