phpcr-odm
phpcr-odm copied to clipboard
Doctrine PHPCR ODM
This should wrap up #493 didn't implement the stuff, commented in code not to change. But there are still the [Questions](https://github.com/doctrine/phpcr-odm/pull/493#issuecomment-43854355) of @dbu I go top to button through the...
Fixes #701 - [ ] Implement annotations and YAML driver - [ ] Restrict it only to only `reference-many` collections?
this simple tests fails when using jackrabbit - not sure what the expected behaviour is, let's have a look at the spec?
so there a two conditions to make that test fail 1. add an preUpdate Listener to the parent class 2. make sure the parents ChildrenCollection is initialized without either one...
This PR is aiming to preserve the order of operations, it tries to do this whilst preserving the current behavior as much as possible. - Everytime an INSERT, MOVE or...
Failing test for issue #605 I would expect setLocale on the QueryBuilder would return the found document in the specified locale
As described in: https://gist.github.com/ElectricMaxxx/68a7d033a6357e757329 i would wish to create proxies (after calling `$dm->getReference('MyClassName', 'uuid');`) with the uuid as the id. This PR will make it possible that the request on...
This is an experiment for an operations queue which unities the seperate `scheduledInserts`, `scheduledUpdates`, `scheduledReorders`, etc. into a single queue. This enables persistance operations to be committed out in the...