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
_id: null #51
Comments
Hmm. That's interesting... Why do you have an object like that? :) |
I created it accidentally. A bug nonetheless :) |
Well, that was dumb. Thanks for reporting it. I'll try to figure out a way to save you from yourself ;) |
php also spews out notices about array to string conversion when the id is an array (yup, an array). There is ambiguity in this case. Mongo documentation states: |
Two things on the array id:
|
Okay. The null ID is fixed in de558c9 ... it'll go out in the next release :) |
I fixed a couple more issues for when you use dumb IDs like |
@bobthecow: Thanks for pinging me on this. I created PHP-570 to track the issue. |
@jmikola Thanks for reporting it via the proper channel :) |
Genghis fails to handle objects that have null for id, e.g. {_id: null}
The text was updated successfully, but these errors were encountered: