Lucene: uniqueResult should take limit and offset into account
Bug #736206 reported by
Vesa Marttila
on 2011-03-16
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Querydsl |
Fix Released
|
Medium
|
Vesa Marttila |
Bug Description
Currently uniqueResult ignores limit and offset, fix this.
Vesa Marttila (ponzao)
on 2011-03-16
Changed in querydsl: | |
assignee: | nobody → Vesa Marttila (ponzao) |
importance: | Undecided → Medium |
Timo Westkämper (timo-westkamper) wrote : | #1 |
Vesa Marttila (ponzao)
on 2011-03-17
Changed in querydsl: | |
status: | New → In Progress |
Vesa Marttila (ponzao)
on 2011-03-17
Changed in querydsl: | |
status: | In Progress → Fix Committed |
Timo Westkämper (timo-westkamper) wrote : | #2 |
Released in 2.2.0-beta3
Changed in querydsl: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Addition : for singleResult limit(1) is fixed, for uniqueResult() the default limit is 2 and as an override 1 is allowed