Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0006507Openbravo ERP00. Application dictionarypublic2008-12-12 11:242009-03-04 17:33
pheenan 
pheenan 
immediatemajoralways
closedfixed 
5
2.40 
2.402.40MP3 
No
Core
No
0006507: Backport issue 6211: 0006211: If you fill a field with the maximum length permited and one of the character is special it fails
If you fill a field with the maximum length permitted and one of the character is special, you get the following error:
ORA-12899: value too large for column "TAD_BRANCH_R23X_DEMO"."M_PRODUCT"."UPC" (actual: 31, maximum: 30)
Change datatype to NVARCHAR
No tags attached.
related to defect 0006211 closed pheenan If you fill a field with the maximum length permited and one of the character is special it fails when saving 
Issue History
2008-12-12 11:24pheenanNew Issue
2008-12-12 11:24pheenanAssigned To => pheenan
2008-12-12 11:24pheenanOBNetwork customer => No
2008-12-12 11:24pheenanRegression testing => No
2008-12-12 11:24pheenanStatusnew => scheduled
2008-12-12 11:24pheenanfix_in_branch => trunk
2008-12-12 11:25pheenanRelationship addedrelated to 0006211
2008-12-12 11:25pheenanStatusscheduled => resolved
2008-12-12 11:25pheenanFixed in Version => 2.40
2008-12-12 11:25pheenansvn_revision => 11010
2008-12-12 11:25pheenanResolutionopen => fixed
2008-12-12 11:25pheenanNote Added: 0011232
2009-02-06 12:06rafarodaFixed in Version2.40 =>
2009-02-06 12:06rafarodafix_in_branchtrunk => 2.40
2009-03-03 17:32psarobeFixed in Version => 2.40MP3
2009-03-04 17:33psarobeStatusresolved => closed

Notes
(0011232)
pheenan   
2008-12-12 11:25   
Updated columns to NVARCHAR from VARCHAR. This will enable the field to hold the maximum number of characters including special characters.