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

Add setting SQLITE_JOURNAL_MODE to enable WAL #20535

Merged
merged 11 commits into from
Jul 30, 2022
Merged

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    f606e12 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. make default value OS dependent

    noerw committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    a6b8443 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f744f9 View commit details
    Browse the repository at this point in the history
  3. Revert "remove the setting, there are enough already"

    This reverts commit 1f744f9.
    noerw committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    195a2e9 View commit details
    Browse the repository at this point in the history
  4. Revert "make default value OS dependent"

    This reverts commit a6b8443.
    noerw committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    f787760 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ef97b3 View commit details
    Browse the repository at this point in the history
  6. Do not set _journal_mode if SQLITE_JOURNAL_MODE is unset

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath authored and noerw committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    406ca1a View commit details
    Browse the repository at this point in the history
  7. rename variable

    noerw committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    00d4759 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b645ede View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8ff6fe6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7e0b713 View commit details
    Browse the repository at this point in the history