googleapis/nodejs-bigquery

prevent type conversion to Big and BigQueryTimestamp

atlanteh opened this issue · 2 comments

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?

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!!

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