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

Possibly incorrect documentation for DbMap.Select() #26

Open
vkryukov opened this issue Oct 7, 2014 · 0 comments
Open

Possibly incorrect documentation for DbMap.Select() #26

vkryukov opened this issue Oct 7, 2014 · 0 comments

Comments

@vkryukov
Copy link
Contributor

vkryukov commented Oct 7, 2014

Current documentation for DbMap.Select states:

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.

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

1 participant