Andrew Benton
Andrew Benton
I know this is slightly off-topic but I saw that you did manage to install your testing app on an XC40 P8 via the Play Store and am wondering how...
My app has been approved for testing but yes presumably they will reject it at some point. During the brief period when your app was approved for testing did you...
How did you manage to install? On the vehicle did you just search the Play Store from a tester's google account?
Just following up on this and sorry for the lack of communication. The ngrok team doesn't actively monitor issues on this repo but we probably should. We made a change...
I don't think TCP tunnels have an internal concept of "requests" so there's nothing for the web interface to show.
This appears to be resolved now. Running the original playground example with v1.20.0 produces the correct `UUID` struct field name: https://play.sqlc.dev/p/b20feb6dd6693d01bc0955496c5591679ad6f08c89aaf1d66aea8423a562afab
The issue here appears to be that `sqlc` doesn't validate inserted columns exist unless the value is parameterized. In other words, specifying a parameter of `$4` instead of `false` for...
Closing since this is very old and the workaround seems acceptable until and unless the upstream parser is changed. I created a new issue (https://github.com/sqlc-dev/sqlc/issues/2611) for the `UNION ALL` bug.
> use this as a workaround > > ``` > SELECT sum(vat) :: integer as vatpence > FROM sales > ``` As noted, this workaround doesn't work for MySQL. The...
I have read the CLA Document and I hereby sign the CLA