Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Trunk
-
None
-
None
Description
Here is the code sample to test the issue
EntityListIterator productAssocListItr = null; productAssocListItr = from("ProductAndAssoc").distinct().queryIterator(); productAssocListSize = productAssocListItr.getResultsSizeAfterPartialList();
productAssocListSize will differ from the actual distinct records in the ProductAndAssoc View Entity.
This issue exists because it gives distinct records on the basis of the first column in the table.
Attachments
Issue Links
- is related to
-
OFBIZ-5701 Bug SQL Count Distinct command in GenericDAO.java
- Reopened