Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #34669 All Revisions ] Back to Issue ]
Summary 0034669: ProcessHQLQuery returns duplicates causing errors when inserting data and really slow login with many products
Revision 2016-12-01 16:43 by mtaal
Steps To Reproduce Create a database which would return products for all product queries in the product master

Set the limit in the request for products to something small
- Find this line:
handleIncrementalRequest(35000, 0, params, incremental);
and change it to:
handleIncrementalRequest(20, 0, params, incremental);

clear cache and log in --> duplicate errors
Revision 2016-12-01 16:38 by mtaal
Steps To Reproduce Create a database which would return products for all product queries in the product master
Set the limit in the request for products to something small
- Find this line:
handleIncrementalRequest(35000, 0, params, incremental);
and change it to:
handleIncrementalRequest(20, 0, params, incremental);

clear cache and log in


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker