Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0032121 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
defect | [Openbravo ERP] I. Performance | minor | always | 2016-02-04 11:29 | 2016-02-04 11:29 | |||||||
Reporter | aferraz | View Status | public | |||||||||
Assigned To | Triage Finance | |||||||||||
Priority | normal | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Linux 64 bit | Database | PostgreSQL | Java version | 1.6.0_18 | |||||||
OS Version | Professional Appliance | Database version | 8.3.9 | Ant version | 1.7.1 | |||||||
Product Version | SCM revision | |||||||||||
Review Assigned To | ||||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0032121: Some computed columns should not be computed | |||||||||||
Description | Some computed columns should be reviewed and updated in case they could be a normal column instead of a computed one: - processed_logic column in S_TimeExpense table: select processed from S_TimeExpense TE where TE.S_TimeExpense_id=S_TimeExpense_id - closedStat column in MA_WorkRequirement table: select closed from dual - date_end column in OBRE_Reservation table: (select end_time from obre_reservation r where r.obre_reservation_id = obre_reservation_id) - time_end in OBRE_Reservation table: (select to_char(end_time, 'HH12:MI:SS') from obre_reservation r where r.obre_reservation_id = obre_reservation_id) - date_start in OBRE_Reservation table: (select start_time from obre_reservation r where r.obre_reservation_id = obre_reservation_id) - time_start in OBRE_Reservation table: (select to_char(start_time, 'HH12:MI:SS') from obre_reservation r where r.obre_reservation_id = obre_reservation_id) Also some sqllogic of them could be improved: - lastreconciliation column in FIN_Financial_Account table: (select max(fr.dateto) from fin_financial_account ff , fin_reconciliation fr where ff.fin_financial_account_id=fr.fin_financial_account_id and ff.fin_financial_account_id=fin_financial_account_id) | |||||||||||
Steps To Reproduce | N/A | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Issue History | |||
Date Modified | Username | Field | Change |
2016-02-04 11:29 | aferraz | New Issue | |
2016-02-04 11:29 | aferraz | Assigned To | => Triage Finance |
2016-02-04 11:29 | aferraz | Modules | => Core |
2016-02-04 11:29 | aferraz | Triggers an Emergency Pack | => No |
Copyright © 2000 - 2009 MantisBT Group |