Download | Release Notes | Changelog |
Release date: 19 Nov 2019
MariaDB Connector/Node.js 2.1.3 is a Stable (GA) release.
For an overview of MariaDB Connector/Node.js see the page
Missing mysql only collation definition
typescript escape/escapeId definition
Change user callback function not called when no option is set and changing collation only if collation option is correct
properly escape boolean parameter false
PAM authentication with multiple steps can be achieved using password as array:
better cluster error when pool is full
adding test coverage
CONJS-105 Typecast provided date function erroneous parsing
CONJS-104 Pam authentication must permit to provide multiple passwords
const mariadb = require('mariadb');
mariadb.createConnection({host: 'mydb.com', user: 'myUser', password: ['myPwd', 'myAuthToken']})
.then(conn => {
...
})
.catch(err => {
...
});This page is: Copyright © 2025 MariaDB. All rights reserved.