Giter Club home page Giter Club logo

Comments (3)

amark avatar amark commented on June 11, 2024

@DonaldDu thanks! Were you able to come up with a fix? Would love you to contribute it.

I'm a bit baffled why save souldn't work any more, I haven't changed the code in a long time. Do you have a sample script I could run to see what is happening?

BTW, given problems I've had with MongoDB, I'm building a better database - you should check it out: github.com/amark/gun . It has realtime sync (think like an Open Source Firebase) and all sorts of cool stuff.

from mongous.

DonaldDu avatar DonaldDu commented on June 11, 2024

currently:
mongous.prototype.save = function(a) {
return this.update(a, a, 1);
};
if new just create one.
else something updated.
there can't be one match the updated for all fileds in the database.
but the _id already existed, create new one failed.

from mongous.

amark avatar amark commented on June 11, 2024

Sorry, I had a baby and then got distracted with holidays and a ton of work. Now just went back through emails and saw this.

I'm not sure I understand your previous message. I would still need a script I can run to replicate the problem as well as what version of MongoDB you are on.

I'm going to close this issue since it has been a while, feel free to open/comment it again though with the above info.

from mongous.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.