Closed cocoa-xu closed 5 months ago
When the result contains any inf, -inf or nan, postgres adds an entry, "ADBC:postgresql:typname" => "numeric", in the metadata and the values are returned as strings. Maybe we should keep the result as is and leave it to the user?
inf
-inf
nan
"ADBC:postgresql:typname" => "numeric"
When the result contains any
inf
,-inf
ornan
, postgres adds an entry,"ADBC:postgresql:typname" => "numeric"
, in the metadata and the values are returned as strings. Maybe we should keep the result as is and leave it to the user?