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

prevent type conversion to Big and BigQueryTimestamp #1384

Open
atlanteh opened this issue Jun 18, 2024 · 2 comments
Open

prevent type conversion to Big and BigQueryTimestamp #1384

atlanteh opened this issue Jun 18, 2024 · 2 comments
Assignees
Labels
api: bigquery Issues related to the googleapis/nodejs-bigquery API. priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@atlanteh
Copy link

Whenever the result of the query has floating numbers or timestamp, the library returns Big and BigQueryTimestamp classes instead of simple Number and Date.
Is there a way to prevent that?

@atlanteh atlanteh added priority: p3 Desirable enhancement or fix. May not be included in next release. type: question Request for information or clarification. Not an issue. labels Jun 18, 2024
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/nodejs-bigquery API. label Jun 18, 2024
@leahecole leahecole self-assigned this Jun 19, 2024
@leahecole
Copy link

leahecole commented Jun 25, 2024

Hi @atlanteh, if you're able to provide a small snippet/example of the behavior you're seeing that would be very helpful for debugging! Additionally, please provide the

  • version the library you're using
  • version of node you're using
  • version of npm you're using
    Thank you!!

@leahecole leahecole assigned atlanteh and unassigned leahecole Jun 26, 2024
@ceifa
Copy link

ceifa commented Jul 4, 2024

Happening on latest version. Node 20. +1 on this

@alvarowolfx alvarowolfx self-assigned this Jul 9, 2024
@alvarowolfx alvarowolfx added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. and removed type: question Request for information or clarification. Not an issue. labels Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/nodejs-bigquery API. priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

4 participants