Support schema in custom postgres type names, generate PgHasArrayType impls for enums
Fixes https://github.com/launchbadge/sqlx/issues/2595, https://github.com/launchbadge/sqlx/issues/2262, and https://github.com/launchbadge/sqlx/issues/1576.
replaces https://github.com/launchbadge/sqlx/pull/2641
Adding a generated impl to the derive is unfortunately a breaking change as it conflicts with any manually added impl. We've learned this the hard way.
should we add a separate derive then? and should we split off the first commit into a separate pr? what's the best path forward you think?
can anyone merge this pr? its very important fix
It would be great to have this, maybe the fetch_type_by_oid changes could be split off. I would be happy too, but not want to step on any one's toes. 😄
bump
@abonander will we see this fix merged?
@abonander will we see this fix merged?
Superceded by #3252