Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Connector indicate support for node.js 10.13+ but internally use a function available only with 10.20 version (https://nodejs.org/api/buffer.html#buffer_buf_readbigint64le_offset).
BigInt value must be decoded internally, not using node.js specific API.