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
orm.Base.prototype.create
This will be used by o.B.p.find as well as any other functions that take in a document and create an instance of the class.
o.B.p.find
This should return a new instance, without executing the o.B.p.constructor to create a new object in the database.
o.B.p.constructor
The text was updated successfully, but these errors were encountered:
This has been being worked on in the views branch.
Simply setting __id in the o.B.p.create function should do the trick. o.B.p.constructor should check to see if that attribute exists already.
__id
o.B.p.create
Sorry, something went wrong.
robertkeizer
No branches or pull requests
This will be used by
o.B.p.find
as well as any other functions that take in a document and create an instance of the class.This should return a new instance, without executing the
o.B.p.constructor
to create a new object in the database.The text was updated successfully, but these errors were encountered: