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 From<Option<T>> for DataValue #292

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

keitharobertson
Copy link
Contributor

This PR improves the ergonomics around converting Option<T> into DataValue for nullable database entries.
Also bumps versions of tar and openssl

dependabot bot and others added 3 commits December 3, 2024 08:09
… group across 1 directory (#1)

Bumps the npm_and_yarn group with 1 update in the /cozo-lib-nodejs
directory: [tar](https://github.com/isaacs/node-tar).

Updates `tar` from 6.1.12 to 6.2.1

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ctory (#2)

Bumps the cargo group with 1 update in the / directory:
[openssl](https://github.com/sfackler/rust-openssl).

Updates `openssl` from 0.10.64 to 0.10.68

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This PR improves the ergonomics around converting `Option<T>` into
`DataValue` for nullable database entries.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants