Douglas Wilson
Douglas Wilson
The minimum is a test for the issue you referenced that fails without this and passes with this. For patterns, there are lots and lots of tests to look at...
Yep, I agree with @sidorares if it's possible :) Also, if you're going to introduce a new `pool.format` method, it probably needs to be added to the documentation at least.
In the end, it's really impossible to make this solution look good without it not being backwards-compatible :)
It is likely that your workbench connection does not have FOUND_ROWS enabled. You can disable FOUND_ROWS using this module with the following: ```js conn = mysql.createConnection({ flags: '-FOUND_ROWS' }) ```
We could add more auth methods, of course. What auth method is your server using?
No problem. I'm not at a computer right now, but I think it is one of the columns in the mysql.user system table row for the user you are trying...
This issue is specific to the original report issue, which is to support the `unit_socket` auth plugin (https://github.com/mysqljs/mysql/issues/2001#issuecomment-383004539). Please create a new issue if your issue is not related to...
Yea, ideally the module would provide just a single API; right now this module (being a very low-level driver) strives to support as many Node.js versions as possible, and as...
> Would be nice to have these intentions for the package listed somewhere in the Readme.md page with some links to some wrappers. Definitely a good first contribution!
Hi @ruiquelhas yea, we defiantly want to support all the versions. Here are a couple of comments inline for a few points: > Additionally, MySQL 8.0.2 disables the local_infile system...