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 support for bstr::BString and git2::Oid, behind feature flags #839

Merged
merged 4 commits into from
Dec 19, 2020

Commits on Nov 21, 2020

  1. Add support for bstr::BString (under the bstr feature flag)

    This allows queries to convert between BString and SQL data types.
    joshtriplett committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    47b0973 View commit details
    Browse the repository at this point in the history
  2. Add tests for bstr

    joshtriplett committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    d396e5a View commit details
    Browse the repository at this point in the history
  3. Add support for git2::Oid (under the git2 feature flag)

    This allows queries to convert between Oid and SQL data types.
    joshtriplett committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    71a72e7 View commit details
    Browse the repository at this point in the history
  4. Add tests for git2

    joshtriplett committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    603c195 View commit details
    Browse the repository at this point in the history