Faraz Fazli

Results 19 comments of Faraz Fazli

The feature isn't implemented yet. I'll see if I can add it in my free time and submit a PR. :+1:

Yes @Giancarlos but it shouldn't show if the user hasn't set it.

@jonboulle The container wasn't able to write to or read from the files in the location I mounted to. I didn't change anything except set the working directory.

I think having the option be configurable would be a great advantage. Reason being - sometimes we want to decode JSON directly into the struct emitted by sqlc, and in...

Hey @kyleconroy - any update on this?

@go-mez That's awesome! Good job.

I believe the struct fields that aren't being deserialized will have to be wrapped with Option, to ensure that deserialization is performed properly. We can't use `#[serde(skip_deserializing)]` because certain types...

@LouisGariepy Please let me know your thoughts on this whenever you get a chance.

Some changes are easier than others. Looking at the errors after pointing the generated file to v5, here are some of the simpler changes: 1. Change `[]pgtype.DataType` to `[]pgtype.Type` 2....

Hi @LouisGariepy, Wanted to know your thoughts on this proposal. Thanks, Faraz