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

Don't return "_id" when select()ing, as it's inaccessible anyway #94

Open
ktoso opened this issue Sep 30, 2013 · 0 comments
Open

Don't return "_id" when select()ing, as it's inaccessible anyway #94

ktoso opened this issue Sep 30, 2013 · 0 comments

Comments

@ktoso
Copy link
Contributor

ktoso commented Sep 30, 2013

As highlighted in thread: https://groups.google.com/forum/#!topic/rogue-users/VUQFeK4LSbE

We're querying for the _id, but have no way to access it anyway, when using the select(_.name) => (String)syntax, so we could try not querying for it - which would require using the mongofind()differently, not via mongo'sselect().

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