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: Support passing in literal numbers on uint64 and int64 types #8

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

Conversation

arjunmehta
Copy link

Accepts both string and number when the API expects uint64 or int64.

This solution allows regular JS integers (2^53-1) but can also take a string for larger numbers if needed.

See googleapis/nodejs-bigquery#1350 for specific discussion on issue.

arjunmehta and others added 2 commits April 3, 2024 11:41
Accepts both string and number when the API expects uint64 or int64.

This solution allows regular JS integers (2^53-1) but can also take a string for larger numbers if needed. 

See googleapis/nodejs-bigquery#1350 for specific discussion on issue.
@arjunmehta
Copy link
Author

@callmehiphop Hope you can review this PR and googleapis/nodejs-bigquery#1350 for additional discussion.

Thanks!

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.

1 participant