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.
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.
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