Giter VIP home page Giter VIP logo

Comments (4)

dantleech avatar dantleech commented on August 23, 2024

I think also a more generic $dm->replace($fooDocument, $barDocument) feature. This is valid behavior in PHPCR I think (when nodeType constraints are satisfied), so by extension I think maybe we should support it in ODM,

from phpcr-odm.

dbu avatar dbu commented on August 23, 2024

i agree. we had endless discussions in #262 about automatically merging / replacing documents.

for an explicit replace operation, there are already many options: either replace just the document itself but keep children of the old document, or only keep the new children (so if the new has no children, remove all old children), or merge children and take the new or the old child in case of a conflict (and then how to merge the children of children?).

when we flush a whole model tree, this is not explicit, and even more tricky. maybe we should say that then a replace can't happen, that it always has to be explicit...

from phpcr-odm.

dantleech avatar dantleech commented on August 23, 2024

Hmm. I think if you are going to remove the node and its children, then you may as well do $dm->remove($oldDoc); $dm->persist($newDoc). On the otherhand there is no clean way to replace / migrate a document at a specified path.

from phpcr-odm.

dbu avatar dbu commented on August 23, 2024

the problem with remove & persist new is that all children of the old document are removed as well. when this is intended, it can make sense to do this (though you noticed that it does not work in the same flush i think)

from phpcr-odm.

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.