Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Java-DAS-beta1
-
None
-
Patch Available
Description
Let's say I have a purchase order with line items, and I call a read
command with 1 as the start index and 11 as the end index. If each purchase
order has 5 line items, the current DAS implementation will return the
first 2 purchase orders. Obviously what I wanted is the first 10 purchase
orders, I don't care about the number of line items.
This patch modifies the implementation to return 10 purchase orders.