Douglas Wilson

Results 1985 comments of Douglas Wilson

Hi, great question. This module implements both versions of the MySQL protocol (i.e. both pre and post 4.1), so should work with any version. But really, it should be called...

Thank so much @ARitz-Cracker ! Yea, we definately need some solution to the 5 vs 8 issue, as we cannot just drop this change in as-is with changing all those...

That would be neat. I think I tried that and ran into issues. There may be a branch in this repo with that work already if you want to take...

If I were to take a guess, maybe under some conditions you are not passing in a values array on accident? Otherwise I don't know what else would cause it....

Hm, I'm not sure what you mean by adding it in the getConnection method. If you can provide code that reproduces the issue, even if it is only sometimes that...

I mean, the example is showing it being added just before the query call. Is that what you are doing or something else? Maybe that small example project would help...

It's not documented (but if someone wants to write up some docs, that'd be awesome 👍), but each `connection` object has a `state` property. Connected would be `connection.state === 'connected'...

Thanks. Looks like there is a lint issue and also, should this be in the Amazon RDS profile? Isn't Aurora a separate product from RDS? (Don't take this as instructions...

Ah, thanks. I will get this merged as soon as I can into a new minor release.

Since this root certificate seems to be separate from all the rest, even in their documentation (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html vs https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html), would anyone object with me adding this cert under a new...