Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.5.2
-
Component/s: compatibility
-
Labels: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.