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
Previously reported by @ccovey in mongodb/mongo-php-driver#294.
The text was updated successfully, but these errors were encountered:
Convert BSON types in query projections
f79adb6
Fixes #97.
d851097
Was this bug reintroduced in a newer version?
I'm currently using 1.0.7 and the field selection is only returning the _id.
Sorry, something went wrong.
I think the fix from d851097 should be used in the \MongoCollection::find() method too.
\MongoCollection::find()
Could you test the current 1.0.x branch? I made some changes to projection in #145 which would be released as 1.0.8 in the near future.
No branches or pull requests
Previously reported by @ccovey in mongodb/mongo-php-driver#294.
The text was updated successfully, but these errors were encountered: