Documentation Home
MySQL Connector/Node.js Release Notes
Download these Release Notes
PDF (US Ltr) - 134.5Kb
PDF (A4) - 134.6Kb


MySQL Connector/Node.js Release Notes  /  Changes in MySQL Connector/Node.js 8.0  /  Changes in MySQL Connector/Node.js 8.0.35 (2023-10-25, General Availability)

Changes in MySQL Connector/Node.js 8.0.35 (2023-10-25, General Availability)

Bugs Fixed

  • Some values stored in DECIMAL and NUMERIC columns lost precision when returned back to the client after executing a table query. The numeric conversion logic now returns all such values as raw strings rather than returning some as JavaScript numbers which lost precision. (Bug #35707417)

  • Date and time operators are now allowed in X DevAPI expressions. (Bug #35690736)

  • Rows can now be inserted into a table using CRUD with an X DevAPI expression. For example, a geometry object can now be inserted into a geometry column with table.insert(). (Bug #35666605)