Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 362804 checked in

Bug 362804 - firstResult in EJBQueryImpl cannot be reset to 0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=362804

- Fix to EJBQueryImpl setMaxResultsInternal to not set firstResultIndex as UNDEFINED / -1, if the passed parameter is zero (0). This allows subsequent queries to be executed with the correct firstResult parameter value
- Added testResetFirstResultOnQuery to JUnitJPQLUnitTestSuite

Reviewed: Chris Delahunt
Testing: JPA LRG (ok)

Checked into trunk (2.4) at revision: 10361


Back to the top