Renato Hermoza Aragonés

Results 4 comments of Renato Hermoza Aragonés

Yes. I'm from the forum. Trying this now thanks!

I was just needing to do a simple 1:many query and ended up using "array_agg" in the query and filtering empty values, then, I need to replace nulls with empty...

Did anyone found an example o.o?

Ok, so in my case I wanted to get the amount of seconds and following https://github.com/msgpack/msgpack/blob/master/spec.md#timestamp-extension-type got this code working: ```rust #[derive(Debug, Serialize, Deserialize)] struct SomeStruct { #[serde( serialize_with =...