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
Current documentation for DbMap.Select states:
DbMap.Select
Values are returned in one of two ways: 1. If i is a struct or a pointer to a struct, returns a slice of pointers to matching rows of type i.
Ignoring the typo (i instead of dest, which is fixed by #25), that doesn't seem to be correct - the only return value of DbMap.Select is error.
i
dest
error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current documentation for
DbMap.Select
states:Ignoring the typo (
i
instead ofdest
, which is fixed by #25), that doesn't seem to be correct - the only return value ofDbMap.Select
iserror
.The text was updated successfully, but these errors were encountered: