Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0033703 | Openbravo ERP | A. Platform | public | 2016-08-12 17:00 | 2016-08-24 15:28 |
|
Reporter | shuehner | |
Assigned To | shuehner | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR16Q4 | |
Merge Request Status | |
Review Assigned To | caristu |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0033703: Accidental double query in View generation |
Description | View generation (i.e. first open of Sales Order window) trigger double query by calling .list() twice in DatasourceServiceProvider:
- if (!qTable.list().isEmpty()) {
- Table table = qTable.list().get(0);
|
Steps To Reproduce | - |
Proposed Solution | |
Additional Information | |
Tags | Performance |
Relationships | related to | feature request | 0033767 | | closed | platform | Add code to auto-detect 'accidental double query' on same OBQuery or OBCriteria object | related to | design defect | 0036898 | | new | Triage Finance | Performance issues when using DAL |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-08-12 17:00 | shuehner | New Issue | |
2016-08-12 17:00 | shuehner | Assigned To | => shuehner |
2016-08-12 17:00 | shuehner | Modules | => Core |
2016-08-12 17:00 | shuehner | Triggers an Emergency Pack | => No |
2016-08-12 17:01 | shuehner | Tag Attached: Performance | |
2016-08-23 14:32 | hgbot | Checkin | |
2016-08-23 14:32 | hgbot | Note Added: 0089301 | |
2016-08-23 14:32 | hgbot | Status | new => resolved |
2016-08-23 14:32 | hgbot | Resolution | open => fixed |
2016-08-23 14:32 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/b05271bc5119125620ebed83117b57a7c42729af [^] |
2016-08-23 14:33 | shuehner | Review Assigned To | => caristu |
2016-08-23 14:44 | shuehner | Relationship added | related to 0033767 |
2016-08-24 15:28 | caristu | Note Added: 0089350 | |
2016-08-24 15:28 | caristu | Status | resolved => closed |
2016-08-24 15:28 | caristu | Fixed in Version | => 3.0PR16Q4 |
2017-09-19 18:48 | markmm82 | Relationship added | related to 0036898 |