pgtype icon indicating copy to clipboard operation
pgtype copied to clipboard

Support pointers of Numeric

Open taichi opened this issue 4 years ago • 1 comments

It is now possible to scan a Numeric pointer for values. This is because all pointer types that can be converted from the already implemented Numeric types will lose some information.

relates to jackc/pgx#1000

taichi avatar Jul 11 '21 15:07 taichi

Can you provide an example of how this would be used? I don't understand the use case. Especially because it is very unusual to use pgtype.Numeric directly.

jackc avatar Jul 17 '21 13:07 jackc