Pavan Kumar Sunkara
Pavan Kumar Sunkara
Sorry for the late reply. > I personally don't think it would be, it's bound to be just some headers/imports/whatever visible on the previewer. So: If I scroll that preview...
You guys also need a single docker image that I can simply use in our docker compose file. Something similar `jaeger/all-in-one`
Welcome any contributions to build it in my release pipeline.
That is weird. I have u128 all over in my code and nowhere do I store it as 20 Bytes.
The 26 bytes in the result is correct. But yeah, I'm unsure of why `pg_column_size` is 20.
> such a configuration is done for the type itself on database side Yeah, it's a feature on extension side. We store the data in a space efficient way, but...
@elektro-wolle Thank you. Really appreciate it. Looks related to https://github.com/pgcentralfoundation/pgrx/issues/143. @workingjubilee Should `PostgresType` support a `length` derive property to support this?
I don't mind a contribution to automatically set this up in our release process, but I am probably not going to work on this.
Sounds okay with me.
@workingjubilee Can I get some help from you to understand this issue? I store the type as binary but the `InOutFuncs` use string. Reading https://github.com/launchbadge/sqlx/issues/1269, Does sqlx need another set...