We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples show close function: https://mariadb.com/docs/server/connect/programming-languages/nodejs/promise/example/
Close function is alias to .destroy() :
mariadb-connector-nodejs/lib/connection-promise.js
Line 239 in 24a5824
.close() is not in type definition:
mariadb-connector-nodejs/types/index.d.ts
Line 625 in 24a5824
v3.4.0
The text was updated successfully, but these errors were encountered:
created https://jira.mariadb.org/browse/CONJS-305. will be part of 3.4.1
Sorry, something went wrong.
No branches or pull requests
Examples show close function:
https://mariadb.com/docs/server/connect/programming-languages/nodejs/promise/example/
Close function is alias to .destroy() :
mariadb-connector-nodejs/lib/connection-promise.js
Line 239 in 24a5824
.close() is not in type definition:
mariadb-connector-nodejs/types/index.d.ts
Line 625 in 24a5824
v3.4.0
The text was updated successfully, but these errors were encountered: