[PHPCR-67] Fetching a node beforehand ruins ordering of collections Created: 25/May/12 Updated: 22/Jul/12 Resolved: 22/Jul/12 |
|
| Status: | Resolved |
| Project: | Doctrine PHPCR |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Freddy H. | Assignee: | Lukas Kahwe |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Two documents: Category and Subcategory If Category A has 3 subcategories B1 B2 B3. If A's subcategories are fetched we would receive them in the following order: B1 B2 B3. Now if however we fetched the B2 node using the DocumentManager at an earlier line and then fetched the subcategories of A, we would receive them in the following order: |
| Comments |
| Comment by Lukas Kahwe [ 12/Jun/12 ] |
|
i tried to reproduce the issue in a test case: however the test passes. so either the issue is already fixed or i just didn't understand the bug description properly. |