Luna Duclos
Luna Duclos
> 15 minutes is probably a good tradeoff even for folks with very long scrape timers I recon ?
Hmmm 🤔 We delete and create fleets a lot, so for us it's actually a little bit trickier, though I don't imagine in practice it's going to be an issue....
Here is a second test case that might need work: http://play.golang.org/p/8tDGNnhoXm I suspect the fix will be the same for both issues, but I'm posting this just in case
I just took over maintainership of this project, so I'm not quite comfortable doing this just yet, but if things go well I might check with Dave Chenney eventually to...
My suggestion would be that we define a static err `ErrUnsupported` and let you check on that, would that fix your problem ?
For MySQL, cert-based auth requires calling `mysql.RegisterTLSConfig`, I was thinking of adding an option to the yml file: `mysql-cert-file`, and having sql-migrate open and register it if specified, would that...
Hey there, https://github.com/luna-duclos/instrumentedsql has an Option already to disable query argument logging. Please have a look and let me know if it's sufficient.
I'll happily accept a PR to fix the prepared statement issue. I maintain the fork, I can't speak for this repo as I no longer work at EW.
Looking at it, it looks like integration isn't even necessary, I see no reason why this package and gchaincl/sqlhooks wouldn't play nicely together. Edit: It doesn't look like it is...
Hey there, I used to maintain this package, and now maintain my fork, so I can answer these: 1. These were just oversights 2. The open call takes all kinds...