pgx icon indicating copy to clipboard operation
pgx copied to clipboard

What replaces pgtype.TextArray?

Open andrerav opened this issue 2 years ago • 1 comments

Hi,

I'm in the process of refactoring some backend code that requires an upgrade to pgx v5, meaning we have to use the new type system. So far it's going okay, but I've hit a wall with pgtype.TextArray. On my models that previously used pgtype.TextArray, what is the correct type to use?

andrerav avatar Mar 19 '24 22:03 andrerav

Candidate solution: https://github.com/jackc/pgx/pull/2020

jackc avatar May 19 '24 13:05 jackc