Selfserving. FieldInfoProvider small Bug

Posts   
 
    
raist
User
Posts: 114
Joined: 19-Apr-2010
# Posted on: 24-Mar-2014 11:21:23   

v.4.1 12th March 2014 (there is no bug in Nov2013 version)

  • Int32 PK field (ProfileId) defined in abstract entity BaseProfile
  • Derived entities (ej SupplierProfileEntity). Target per Entity, mapped to DB View
  • SupplierProfileEntity.ProfileId.FieldInfo: MaxLength, Precision & Scale are not properly generated. Where should be...
this.AddElementFieldInfo("SupplierProfileEntity", "ProfileId", typeof(System.Int32), true, false, true, false, (int)SupplierProfileFieldIndex.ProfileId, 0, 10, 0);

... it generates

this.AddElementFieldInfo("SupplierProfileEntity", "ProfileId", typeof(System.Int32), true, false, true, false, (int)SupplierProfileFieldIndex.ProfileId, , , );

Regards,

Raist

raist
User
Posts: 114
Joined: 19-Apr-2010
# Posted on: 24-Mar-2014 11:54:29   

Seems to selfhealing No bug any more. confused