You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.
This is a known bug with Shany Mongo. It's caused by php munting the data types after first save. As in your dataset is getting saved as an array, pulled out as a document then resaved as a document. I'm going to try an fix this.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have my requirements
For example then I saving only "pls" document
Resulting JSON representation in DB will be
But when I will save all document via
$this->save()
I will get
Seem's like a bug, but maybe I'm wrong?
The text was updated successfully, but these errors were encountered: