8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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