Projectable.uniqueResult() semantics
Bug #717563 reported by
cowwoc
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Querydsl |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
It's not clear what happens if Projectable.
| summary: |
- Projectable.uniqueResult() Javadoc does not discuss what happens if - multiple matches are found + Projectable.uniqueResult() should throw an Exception on multiple results |
| Changed in querydsl: | |
| status: | Fix Committed → In Progress |
| summary: |
- Projectable.uniqueResult() should throw an Exception on multiple results + Projectable.uniqueResult() semantics |
| Changed in querydsl: | |
| status: | In Progress → Fix Committed |
To post a comment you must log in.

Is this ok : for multiple results only the first one is returned
The details are implementation specific