Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

PHPCR-ODM implementation? #19

Open
@dantleech

Description

@dantleech

I recently (well, months ago) made a big PR on the phpcr-odm UOW to switch it over to using an operation queue:

doctrine/phpcr-odm#396

The problem was that in an ODM you have the concept of moving nodes, and when you are moving nodes order becomes important. e.g. you move node-a to node-b then create a new node-a in the same transaction, it is then necessary to perform the node-a move before creating the new node-a. The current PHPCR-ODM logic doesn't do this, and breaks.

Can you offer any advice on solving this problem - would this be possible with this library? Do you think an operations queue is a good idea? /cc @dbu @lsmith77

Cheers!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions