We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For scanning int32 or float32 or []byte slices, we have to wrap a custom scanner/valuer around them to be able to use Scan/Value.
int32
float32
[]byte
Scan/Value
pq.Array does not have support for slices of 32 bit-size data-types.
The support should be added. I have a PR for it
The text was updated successfully, but these errors were encountered:
@Shivam010 I guess this can be closed, can't it?
Sorry, something went wrong.
Yes indeed. Thanks to you, now I can be back to lib/pq instead of my fork.
No branches or pull requests
For scanning
int32
orfloat32
or[]byte
slices, we have to wrap a custom scanner/valuer around them to be able to useScan/Value
.pq.Array does not have support for slices of 32 bit-size data-types.
The support should be added. I have a PR for it
The text was updated successfully, but these errors were encountered: