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

Commits on Apr 3, 2024

  1. Support passing in literal numbers on uint64 and int64 types

    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 authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9903c70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f582bca View commit details
    Browse the repository at this point in the history