Renuka Srishti created OFBIZ-9428:
-------------------------------------
Summary: getResultsSizeAfterPartialList() return wrong count with distinct() for View Entity
Key: OFBIZ-9428
URL:
https://issues.apache.org/jira/browse/OFBIZ-9428 Project: OFBiz
Issue Type: Bug
Affects Versions: Trunk
Reporter: Renuka Srishti
Here is the code sample to test the issue
{code}
EntityListIterator productAssocListItr = null;
productAssocListItr = from("ProductAndAssoc").distinct().queryIterator();
productAssocListSize = productAssocListItr.getResultsSizeAfterPartialList();
{code}
productAssocListSize will differ from the actual distinct records in the ProductAndAssoc View Entity.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)