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
The insert method needs a refactoring, the current behaviour is weird, it expects an object and adds an _id generated from database.
_id
The correct behaviour should be return the inserted id and not fill id into object and Mapper get it and fill id from document object
The text was updated successfully, but these errors were encountered:
change how to id is appended into object
c7f7db0
this responsability was moved to Mapper, because the Mapper must know how to id is defined. fix Respect#9
e523889
No branches or pull requests
The insert method needs a refactoring, the current behaviour is weird, it expects an object and adds an
_id
generated from database.The correct behaviour should be return the inserted id and not fill id into object and Mapper get it and fill id from document object
The text was updated successfully, but these errors were encountered: