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

feat: add support for Option fields #62

Merged
merged 1 commit into from
Dec 2, 2023

Conversation

chrissuozzo
Copy link
Contributor

Issue:
Closes #61

Description of changes:
Allow nullable column values to be represented as Option fields within a user's row structure

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Adds support for deserializing `Option<T>` fields within user structs
@psarna
Copy link
Contributor

psarna commented Dec 2, 2023

Thanks!

@psarna psarna merged commit f5a4750 into tursodatabase:main Dec 2, 2023
1 check passed
@chrissuozzo chrissuozzo deleted the feat_add_option_support branch December 2, 2023 20:29
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.

feat: add support for Option fields
2 participants