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
Hi. There is a regression in v1.5.0 compared to v1.4.2 Here is the case:
var dst *[]string err = db.QueryRow(ctx, `SELECT ARRAY('foo val', 'foo val 2', 'foo val 3')`).Scan(&dst)
This returns an error:
can't scan into dest[0]: incorrect dimensions, expected 1, found 0
In v1.4.2 the above operation was successful. I guess it might be related to this change: #51
The text was updated successfully, but these errors were encountered:
I think both of us found this - I've reported issue #69
Sorry, something went wrong.
Correct. This is the same issue. I'll respond on #69.
No branches or pull requests
Hi. There is a regression in v1.5.0 compared to v1.4.2
Here is the case:
This returns an error:
In v1.4.2 the above operation was successful.
I guess it might be related to this change: #51
The text was updated successfully, but these errors were encountered: