Closed
Description
What do you want to change?
This proposal is a work in progress
v5.0.0 of jackc/pgx is coming in September (jackc/pgx#1273). The changes are significant. I think it's a good opportunity to make some backwards-incompatible changes to fix some long standing issues with our pgx support
What issues should be fixed?
- Postgresql 2D array in database schema generated as 1D array in models.go #1494
- Running :copyfrom with a uuid causes ERROR: incorrect binary data format (SQLSTATE 22P03) with PGX #1507
- Column override with query alias produces wrong type #1752
- Add type support for pgtype.Point #1641
- feat: add support for Postgres multi dimensional arrays in Go #1651
- Fix postgresql time #1623
What database engines need to be changed?
PostgreSQL
What programming language backends need to be changed?
Go