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 build tag to enable OSTRACE() logging #1067

Merged
merged 1 commit into from Aug 16, 2022
Merged

Commits on Jul 23, 2022

  1. Add build tag to enable OSTRACE() logging

    This commit adds the `sqlite_os_trace` build tag which sets the
    `SQLITE_FORCE_OS_TRACE` and `SQLITE_DEBUG_OS_TRACE` compilation
    flags. This produces verbose debugging output of every operating
    system call made by SQLite.
    benbjohnson committed Jul 23, 2022
    Copy the full SHA
    eed275a View commit details
    Browse the repository at this point in the history