-
Notifications
You must be signed in to change notification settings - Fork 23
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
save & destroyAll missing #6
Comments
Hi yes this is correct. We have yet to complete those features. I will On Tue, Jan 27, 2015 at 7:06 PM, Jan [email protected] wrote:
_Nolan Dubeau_VP, Engineering, Guardly Corp. |
I added at least the "save" it looked simple enough. Is in my fork. Sorry should probably have created a different branch because do not see a way to create a pull request as long as the other one is still open. Do sadly have not to much experience with github... Maybe next time directly a branch... With the destroyAll. I was not sure how to most efficiently get all the instances so I left it before I code total crap which you can then not use in the end anyway. Hope at least the save is usefull. |
Great. If you want to post the code for the save() I can get it merged On Tue, Jan 27, 2015 at 8:24 PM, Jan [email protected] wrote:
_Nolan Dubeau_VP, Engineering, Guardly Corp. |
The save code is here: So "CouchbaseDB.prototype.save" from Line 217 and "CouchbaseDB.prototype.updateAttributes" Line 348. The other stuff is just WebStorm removing not needed spaces from the end of the lines. |
After testing changing some of my datasources to couchbase, loopback did always stop and exit with the message "stop here". After looking through the code in "lib/cb.js" I found the reason. It seems like that "save" (which I did use, Line 217) and "destroyAll" (Line 339) are not implemented yet.
The text was updated successfully, but these errors were encountered: