-
Notifications
You must be signed in to change notification settings - Fork 34
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
Updating functionality? #12
Comments
That's correct, RMongo doesn't yet support document updating. I can add it in the future. Any patch submissions are welcomed are well! |
I have to say, this is a core feature that would be very useful. In practice it is not reasonable/professional to delete and insert back |
I'll be happy to review and assist with any pull requests |
How difficult is it to provide in your package RMongo with a simple wrapper of the java API collection.update() ? I am happy to help but I don't know well enough your package to decide where to start. |
To add this fix, you'll need to add the backing function in the scala code It should be mostly copy and paste with a few modifications. To run scala tests: To run the R tests(run from parent directory): On Sun, Oct 27, 2013 at 11:53 PM, RockScience [email protected]:
Tommy Chheng |
Is this still open? Is there any way to update using RMongo? Please update if anyone is working on it. |
i have not be able to fix it; if you can submit a pull request, we all would appreciate it. |
Am I right that RMongo currently doesn't support document updating?
Do you plan to add that functionality?
Thanks!
The text was updated successfully, but these errors were encountered: