Include column types for composite type
With this addition, it should be possible to implement codegen on pgx/v5 side to resolve #2760 . Not sure for other drivers.
I intend to implement codegen as part of this PR as well, just want to get visibility as soon as possible.
Intentionally left endtoend test failing, until I verify that generated code does work as intended
Tested this, breaks if a column is an array of composite type. Otherwise works fine, except that pgx.Tx does not implement LoadTypes(...), will look into it soon
any update?
will it get merged it?
Doesn't look like anyone had a chance to review this PR, and I haven't reached out to anyone to speed this up. I'm surprised that it still doesn't have any conflicts, so I don't mind making small adjustments to get this merged if needed.