Open sebasmannem opened 3 months ago
For numeric implement float64 in https://github.com/MannemSolutions/pgtester/blob/main/pkg/pg/onefieldresult.go Use strconv.FormatFloat(f, 'E', -1, 64) for float2string conversion
And we should also create test cases for them.
Please also change tests in pgarrow project to correspond