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

Allow bigint in record ids #250

Merged
merged 5 commits into from
Apr 29, 2024
Merged

Allow bigint in record ids #250

merged 5 commits into from
Apr 29, 2024

Conversation

macjuul
Copy link
Contributor

@macjuul macjuul commented Apr 29, 2024

Thank you for submitting this pull request! We appreciate you spending the time to work on these changes.

What is the motivation?

cbor-redux can decode/encode bigint, however the zod union currently does not list bigint

What does this change do?

Adds bigint as valid record id value type

What is your testing strategy?

Added unit test

Is this related to any issues?

If this pull request is related to any other pull request or issue, or resolves any issues - then link all related pull requests and issues here.

Have you read the Contributing Guidelines?

@macjuul macjuul requested a review from kearfy as a code owner April 29, 2024 13:31
@macjuul macjuul merged commit 248115c into main Apr 29, 2024
1 of 2 checks passed
@macjuul macjuul deleted the fix/record-bigint branch April 29, 2024 14:15
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.

Bug: Missing typing on .query method
1 participant