[CONJS-155] Support for node.js 10.13-10.19 error Created: 2020-11-24 Updated: 2020-12-04 Resolved: 2020-12-04 |
|
| Status: | Closed |
| Project: | MariaDB Connector/node.js |
| Component/s: | compatibility |
| Affects Version/s: | None |
| Fix Version/s: | 2.5.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| 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. |