joel-rieke
joel-rieke
I am curious if the "GRANT SELECT ON db.table to [email protected].%" where xx are numbers works. This does work in mysql and would be very useful in go-mysql-server. I have...
Any possibility of supporting go 1.17? We still use go 1.17 for now, we don't have plans to move to 1.18 due to the additional compilation costs. Also,we are not...
While pulling in the project, I noticed I was getting somewhat larger builds. One thing I did notice is that testify was getting sucked into the builds (which should never...
I am curious if the "GRANT SELECT ON db.table to [email protected].%" where xx are numbers works. This does work in mysql and would be very useful in go-mysql-server. I have...
Please see the FAQ in our main README.md before submitting your issue. ### Use case(s) - what problem will this feature solve? Under certain scenarios for security reasons, it would...
Please see below for the concurrency issue. This exception happened intermittently while performing a combinations of SELECT/INSERT/UPDATES on a single table with many rows... Looking at the code however, it...
The command line utility trcconfig -diff function no longer spits out differences. It spits out incorrect and limited output. Repro steps: 1. Set up vault. 2. Create templates for a...
### What version of Go, VS Code & VS Code Go extension are you using? Version Information * Run `go version` to get version of Go from _the VS Code...