mariadb-corporation / mariadb-connector-nodejs

MariaDB Connector/Node.js is used to connect applications developed on Node.js to MariaDB and MySQL databases. MariaDB Connector/Node.js is LGPL licensed.
GNU Lesser General Public License v2.1
368 stars 91 forks source link

PoolConnection.release type appears to be incorrect #145

Closed jamiehodge closed 3 years ago

jamiehodge commented 3 years ago

PoolConnection.release is typed as () => void. Looking at the implementation, it appears to be () => Promise<void>.

rusher commented 3 years ago

release with latest release (2.5.3)