Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0019092Openbravo ERPA. Platformpublic2011-11-17 12:012022-02-01 08:08
alostale 
Triage Platform Base 
normalminorhave not tried
acknowledgedopen 
5
 
 
Core
No
0019092: DAL forces column length check when saving
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.
See 0019090
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
No tags attached.
related to defect 00190903.0MP5.1 closed alostale Error when you save a view 
Issue History
2011-11-17 12:01alostaleNew Issue
2011-11-17 12:01alostaleAssigned To => alostale
2011-11-17 12:01alostaleModules => Core
2011-11-17 12:01alostaleRelationship addedrelated to 0019090
2012-09-24 21:00AugustoMauchNote Added: 0052413
2012-09-24 21:00AugustoMauchStatusnew => scheduled
2017-03-31 14:36alostaleStatusscheduled => acknowledged
2017-04-10 14:33alostaleAssigned Toalostale => platform
2022-02-01 08:08alostaleAssigned Toplatform => Triage Platform Base

Notes
(0052413)
AugustoMauch   
2012-09-24 21:00   
Effort: 1
Impact: low
Plan: mid