Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0019092 | Openbravo ERP | A. Platform | public | 2011-11-17 12:01 | 2022-02-01 08:08 |
|
Reporter | alostale | |
Assigned To | Triage Platform Base | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | acknowledged | Resolution | open | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
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 | 0019092: DAL forces column length check when saving |
Description | DAL checks column length before saving, rasing an error in case length tried to be saved is longer than AD defined one. This is OK in most cases, to prevent a error in DB.
The problem is in text/clob DB types which don't have DB limitation. For these types of columns current still makes sense in some cases but for other ones there should not be validation at all. |
Steps To Reproduce | See 0019090 |
Proposed Solution | Two possible solutions, to be discussed:
1. Do not perform DAL check in case the column length is not defined (currently it is mandatory, so it should be made not mandatory) or when a non valid value (0 or -1) is set.
2. Create a new reference that is not checked |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0019090 | 3.0MP5.1 | closed | alostale | Error when you save a view |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-11-17 12:01 | alostale | New Issue | |
2011-11-17 12:01 | alostale | Assigned To | => alostale |
2011-11-17 12:01 | alostale | Modules | => Core |
2011-11-17 12:01 | alostale | Relationship added | related to 0019090 |
2012-09-24 21:00 | AugustoMauch | Note Added: 0052413 | |
2012-09-24 21:00 | AugustoMauch | Status | new => scheduled |
2017-03-31 14:36 | alostale | Status | scheduled => acknowledged |
2017-04-10 14:33 | alostale | Assigned To | alostale => platform |
2022-02-01 08:08 | alostale | Assigned To | platform => Triage Platform Base |