googleapis / nodejs-bigquery

Node.js client for Google Cloud BigQuery: A fast, economical and fully-managed enterprise data warehouse for large-scale data analytics.
https://cloud.google.com/bigquery/
Apache License 2.0
467 stars 211 forks source link

prevent type conversion to Big and BigQueryTimestamp #1384

Open atlanteh opened 5 months ago

atlanteh commented 5 months ago

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?

leahecole commented 5 months ago

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

ceifa commented 4 months ago

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