All pages
Powered by GitBook
1 of 1

Loading...

Connector/Node.js 3.3.1 Release Notes

Download | Release Notes | Changelog |

Release date: 5 Jun 2024

MariaDB Connector/Node.js 3.3.1 is a Stable (GA) release.

For an overview of MariaDB Connector/Node.js see the page

Notable Changes

  • A pool timeout error now returns connection timeout details

Issues Fixed

  • Connection can possibly stay in hang state after batch execution

    • When using batch with big values, a connection might be in a wrong state, which can result in Server error: '(Got an error reading communication packets)'

    • Client TCP error ECONRESET

CONJS-292 Connector does not permit passing a String object (≠ native string) parameter

  • const objVal = new String('myValue');

  • CONJS-286 When using a prepared statement and explicitly disabling prepare cache using prepareCacheLength=0, the connector might not retrieve results anymore

  • CONJS-287 Typescript is missing 'QueryOption' for the 'prepare' command

  • CONJS-293 When using batch, javascript Date values that are not in the range 1970-01-01 00:00:01 - 2038-01-19 03:14:07 are saved as null

  • CONJS-288
    CONJS-289
    CONJS-290

    The most recent release of is:

    Connector/Node.js 3.4.5 Download Now

    Connector/Node.js Overview
    About MariaDB Connector/Node.js
    MariaDB Connector/Node.js

    This page is: Copyright © 2025 MariaDB. All rights reserved.