LibPQ.jl
LibPQ.jl copied to clipboard
Change the default NUMERIC/DECIMAL output type to something better
It should be something that supports the full range of the PostgreSQL NUMERIC type, as well as NaN. It does not need to support Inf.
I get ArgumentError: invalid BigInt: "NaN" when selecting. Adding , type_map=Dict(:numeric=>BigFloat) wroks for me.