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

Implement sqlite3_stmt_status interface #461

Merged
merged 13 commits into from
Jan 19, 2024

Commits on Jan 7, 2024

  1. Configuration menu
    Copy the full SHA
    e6412a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98c0ed1 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Get more tests passing

    fractaledmind committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    b82388a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fea9321 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a785af View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    5a9a812 View commit details
    Browse the repository at this point in the history
  2. Make certain functions optionally defined based on whether or not the…

    … SQLite constant is defined
    fractaledmind committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    24b6b89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ccc5e7 View commit details
    Browse the repository at this point in the history
  4. Fix test skipping

    fractaledmind committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    701b6b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17e6619 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Replace separate methods with a single Statement#stat method that ret…

    …urns a hash
    
    Works like GC.stat, and can also take a symbol to fetch only one stat
    fractaledmind committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    b9bbeaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    089d00e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Update statement.c

    fractaledmind committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3dc5fb8 View commit details
    Browse the repository at this point in the history