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
When importFile is being called with database option and default (current) database is not set, it throws
importFile
database
TypeError: Cannot read properties of null (reading 'replace')
mariadb-connector-nodejs/lib/connection.js
Line 1479 in d0d55dc
Afaik there is no way to "unuse" database, so it should probably keep using the one passed in options.
The text was updated successfully, but these errors were encountered:
[CONJS-277] using connection.importFile when connection is not connec…
9bbd12e
…ted to database result in error #266
Thanks, reproduced and corrected. Too late for 3.2.3 that has just been released, but will be on next release.
Sorry, something went wrong.
No branches or pull requests
When
importFileis being called withdatabaseoption and default (current) database is not set, it throwsTypeError: Cannot read properties of null (reading 'replace')mariadb-connector-nodejs/lib/connection.js
Line 1479 in d0d55dc
Afaik there is no way to "unuse" database, so it should probably keep using the one passed in options.
The text was updated successfully, but these errors were encountered: