Release Notes for MariaDB Connector/Node.js 2.5.2
This page is part of MariaDB's Documentation.
The parent of this page is: Release Notes for MariaDB Connector/Node.js 2.5
Topics on this page:
Overview
MariaDB Connector/Node.js is the interface between Node.js applications and MariaDB Server. MariaDB Connector/Node.js enables development of Node.js applications.
MariaDB Connector/Node.js 2.5.2 was released on 2020-12-04. This release is of General Availability (GA) maturity.
Issues Fixed
For
timezonedependent functions like NOW() unexpected behavior can occur when the client's time zone is not the same as the one used by the Server. (CONJS-154)Bulk batch might result in the error:
Incorrect arguments to mysqld_stmt_bulk_execute(CONJS-151)Connector hangs after connecting when using
permitLocalInfileand the initial command optionsinit_sql,timezonewith a value ofauto, orqueryTimeoutis set. (CONJS-152)Connector includes a function which only works with Node.js 10.20, but can result in issues when using Node.js 10.13 to 10.19. (CONJS-155)
