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 SQLite3.status to call sqlite3_status #520

Merged
merged 3 commits into from
Apr 16, 2024

Commits on Apr 16, 2024

  1. Add SQLite3.status to call sqlite3_status

    This function is useful for understanding the runtime performance of
    sqlite.
    
    This is a very thin layer on top of the sqlite3 library's function, so
    it allows full usage of it from Ruby.
    wjlroe authored and flavorjones committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ab2fc3d View commit details
    Browse the repository at this point in the history
  2. doc: document SQLite3::Constants::Status

    and add to the changelog
    flavorjones committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a1ddbec View commit details
    Browse the repository at this point in the history
  3. make optional the second argument to SQLite3.status

    and fully document the method.
    flavorjones committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b14a84e View commit details
    Browse the repository at this point in the history