Download | Release Notes | Changelog |
Release date: 15 Feb 2023
MariaDB Connector/Node.js 3.1.0 is a Stable (GA) release.
For an overview of MariaDB Connector/Node.js see the page
Connector now set session timezone, solving issue with , removing needs of client side conversion.
This requires that when using timezone options, to have corresponding server TZ data filled.
better metadata parsing performance
performance improvement when parsing lots of parameter
faster execution for known length packet
see for updated result compared to other connectors
Make result set's meta property non-enumerable
Allow to pass TypeScript generic types without need of "as"
When executing batch with a parameter can be too long to fit in one mysql packet, parameter can have 4 byte missing
datatype TIME wrong binary decoding when not having microseconds
When using connection with callback, pre-commands (like initSql) might not always be executed first
CONJS-240 adding a Prepare result wrapper to avoid multiple close issue with cache
CONJS-241 metaAsArray missing option in typescript description
This page is: Copyright © 2025 MariaDB. All rights reserved.