McleanWorkshield
McleanWorkshield
+1 Is this something that plans on getting fixed?
@digichain Thanks! After posting I saw the date last published and started to assume the worst. Looks like a new refactor project coming my way. I'll check out Victory!
@babay123 -- Much appreciated!!
Not sure if this is the best answer, but I was not having luck by delaying the render. I use the `source` argument, which is the string value `"user"` if...
Having the same issue - I am using `SELECT * FROM xyz;`. The column type is `decimal(10,2)` which results in the same error reported above. Will try what's mentioned here...
@Sytten We are hitting the same issue. We also have a large merged object with pretty extensive input objects (with generics). If it helps: 1. I can reproduce the issue...
> I started to work on it, but the issue really is that the crate trait-variant which should be now the default instead of async-trait is just not up to...
Came across the same issue and pulling from git worked. Don't forget to enable the setting in the pyproject file.
Maybe your scenario is different than mine - I actually do not want snake case, and `convert_to_snake_case` is true by default. To get mine to work, I actually set it...