[PHPCR-94] Implement ->iterate on Query object Created: 19/Feb/13 Updated: 19/Feb/13 |
|
| Status: | Open |
| Project: | Doctrine PHPCR |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Daniel Leech | Assignee: | Lukas Kahwe |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | query | ||
| Description |
|
Implement the Query->iterate method which will return an IteratableResultSet as per the ORM. |
[PHPCR-91] getSIngleResult throws ambiguous Exception Created: 19/Feb/13 Updated: 18/Apr/13 |
|
| Status: | Open |
| Project: | Doctrine PHPCR |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Daniel Leech | Assignee: | Lukas Kahwe |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | 1.0, query | ||
| Description |
|
Query->getSingleResult correctly throws an Exception when there are no results (or more than one), but it is an Exception that could also be produced by other things, so not guaranteed to mean that ( |
[PHPCR-86] QueryBuilder QOMFactory access Created: 14/Jan/13 Updated: 15/Jan/13 |
|
| Status: | Open |
| Project: | Doctrine PHPCR |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Documentation | Priority: | Trivial |
| Reporter: | Daniel Bojdo | Assignee: | Lukas Kahwe |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | builder,, qomfactory, query | ||
| Description |
|
There is getQOMFactory method in PHPCR\Util\QOM\QueryBuilder (very useful) but it isn't in Doctrine\ODM\PHPCR\Query\QueryBuilder (it breaks bc). Is it mistake or there is/will be another method to access QOMFactory instance? |
| Comments |
| Comment by Daniel Bojdo [ 15/Jan/13 ] |
|
In fact it's not a bug, there is no docs about DocumentManager methods refactor. |