MannemSolutions / pgtester

A tool to run queries against postgres and check for an expected result
GNU General Public License v3.0
0 stars 0 forks source link

Also add testcases for some extra datatypes #12

Open sebasmannem opened 3 weeks ago

sebasmannem commented 3 weeks ago

Please also change tests in pgarrow project to correspond

sebasmannem commented 3 weeks 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

sebasmannem commented 3 weeks ago

And we should also create test cases for them.