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

switch to go-based SQLite driver (cvd) #129

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 27, 2023

  1. switch to go-based SQLite driver

    Better benchmarks
    Break out executive tests into their own funcs.
    Having a single func that runs the other tests is too laborious when you only want to run a small handful of tests.
    Remove errors dependencies.
    Tidy
    Fix errors.Cause
    Remove unused test fn
    Fix errors.Wrap issue
    Simple test failure
    Fix usage of errors.Wrap
    Collin Van Dyck authored and erikdw committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    ac661ce View commit details
    Browse the repository at this point in the history
  2. more errors-go cleanup

    erikdw committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    d5dc20e View commit details
    Browse the repository at this point in the history