Git Product home page Git Product logo

Comments (9)

vinerich avatar vinerich commented on July 30, 2024 1

Hey @jamesholcomb i know some time has passed by I finally made the time to dig through all open issues. Hopefully you still somewhat know what this was about.

In my understanding lean() and rawResult: true is mostly used for performance or raw access. In both cases a patch history does not need to be kept. Is that right or am I wrong here?

A simple fix would then be to state it in the README and disable the plugin hooks if lean or rawResult is detected.

from mongoose-patch-history.

vinerich avatar vinerich commented on July 30, 2024

Hey @jamesholcomb,
thanks for letting us know!

I think we can support this. I'll have a deeper look over the weekend.

from mongoose-patch-history.

jamesholcomb avatar jamesholcomb commented on July 30, 2024

Additionally, specifying rawResult: true does not work either. It's related to this issue since the virtual functions (e.g. data()) are not provided when the raw result from the driver is returned in the schema.post function.

A simple test already exists for rawResult, but it does not actually assert the patch history.

from mongoose-patch-history.

jamesholcomb avatar jamesholcomb commented on July 30, 2024

I ended up refactoring my code by removing lean and rawResult from all write ops that use patch history.

Would it be more useful to throw an error if the lib detects either of those options?

from mongoose-patch-history.

vinerich avatar vinerich commented on July 30, 2024

Thanks for answering!

Then I would propose throwing an error and providing a config option to disable error throwing?

from mongoose-patch-history.

jamesholcomb avatar jamesholcomb commented on July 30, 2024

Perhaps you could expand on the behavior of 'disable the plugin hooks'

from mongoose-patch-history.

vinerich avatar vinerich commented on July 30, 2024

Under plugin hooks i understand the functionality of the plugin. So if thelean or rawResult option is detected we can disable the plugin functionality (configurable). So either throw error or the users "knows what he is doing" and we disable the error throwing.

from mongoose-patch-history.

jamesholcomb avatar jamesholcomb commented on July 30, 2024

From an end user perspective, it is hard to imagine a scenario where you would explicitly configure a collection for patch history but disable the plugin if your db writes utilize those mongoose options. Especially lean, as it it used for performance optimization. But it's hard to predict every use case, so I understand the point of view.

If you go with a "throw on error" style option, it would be prudent to enable by default.

from mongoose-patch-history.

vinerich avatar vinerich commented on July 30, 2024

But it's hard to predict every use case, so I understand the point of view.

Isn't lean basically circumventing mongoose? It is used to gather raw results, it can be used to write if I'm not mistaken here.
So the following update operation (if any) will run through mongoose and should be supported by the patch-history-plugin again.

Just some quick thoughts on this, I'll need to consult mongoose documentation ..

If you go with a "throw on error" style option, it would be prudent to enable by default.

So the option would rather be disablePluginForLean or something like that and it would ofc default to false.
This would ensure backwards compatibility and the user should need to explicitly ignore the error.

from mongoose-patch-history.

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.