details:   https://code.openbravo.com/erp/devel/pi/rev/61c74db7ded8
changeset: 17814:61c74db7ded8
user:      David Miguelez <david.miguelez <at> openbravo.com>
date:      Fri Aug 31 10:32:08 2012 +0200
summary:   Related to issue 21211: Sets fetch size for the Scrollable.

diffstat:

 src/org/openbravo/erpCommon/ad_actionButton/MRPManufacturingPlanProcess.java | 
 1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r d749340d037e -r 61c74db7ded8 
src/org/openbravo/erpCommon/ad_actionButton/MRPManufacturingPlanProcess.java
--- 
a/src/org/openbravo/erpCommon/ad_actionButton/MRPManufacturingPlanProcess.java  
    Thu Aug 30 10:51:12 2012 +0200
+++ 
b/src/org/openbravo/erpCommon/ad_actionButton/MRPManufacturingPlanProcess.java  
    Fri Aug 31 10:32:08 2012 +0200
@@ -178,6 +178,7 @@
         where.toString());
     prlQry.setNamedParameter("prodRun", productionRunId);
 
+    prlQry.setFetchSize(1000);
     return prlQry.scroll(ScrollMode.FORWARD_ONLY);
   }
 

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to