Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Also add testcases for some extra datatypes #12

Open
sebasmannem opened this issue Aug 16, 2024 · 2 comments
Open

Also add testcases for some extra datatypes #12

sebasmannem opened this issue Aug 16, 2024 · 2 comments
Assignees

Comments

@sebasmannem
Copy link
Contributor

  • json
  • jsonb
  • interval
  • numeric
  • bytea
  • line

Please also change tests in pgarrow project to correspond

@sebasmannem
Copy link
Contributor Author

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
Copy link
Contributor Author

And we should also create test cases for them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants