Shane Archer
Shane Archer
I added a very simple example of the scenario. It uses the existing joins functional test to demonstrate that we have a `CmsUser` "anonymous" with no associated `CmsAuditItem`s. Querying for...
I was able to make a few changes to the `ConverterBase` and `ConverterPhpcr` classes that allowed my proposed query to be generated. Unfortunately, though, even with the addition of `OR...
If you could review my most recent commit above, I'd be curious to hear if this could be a valid strategy that could be a candidate for a PR. What...
That is actually the problem; if the query includes the `pd.[phpcr:class] IS NULL OR ...` it never matches. I have not been able to discover if this is a bug...
My thought around that was that there are two problems: - In order to do this, we would need to look at all mapped documents each time we build a...
Yea, that is correct. If we just looked to see "does this have a type other than unstructured" then it would lead to some very weird and bad situations if...
So to summarize, it sounds like we would: - Provide a new property of the `@Document` annotation like `uniqueNodeType=true` (which of course defaults to `false`) - Add this property to...
Thanks for the info -- I will create the PR once I have some code laid down, I have one other project that got in front of this but hope...
I squashed everything, rebased, and opened #667 with the changes to this repository. Will move forward with the other work in `phpcr-bundle` and `phpcr-odm-documentation`.
Work is now complete in #667 and ready for review. Thanks for the guidance!