You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SoilType should be a tiny int not a float with valid values [0,1]
Reasons for change
Correcting an accidental change of data type and valid values range introduced in OED v3.2 (was originally a tinyint, [0,1])
Scope of change
[ X] Location File
Accounts File
Reinsurance Scope
Reinsurance Info
Impact of change
Although technically a breaking change, it is unlikely that any previous version OED file had a floating point value in this field as the valid values are specified in Other Values tab as 0 or 1.
Data type, default values, are blanks allowed, list valid values
Field Name
Data type
Default values
Valid values
SoilType
tinyint
0
[0,1]
The text was updated successfully, but these errors were encountered:
johcarter
changed the title
Correct Data Type of SoilType from float to tinyint and valid values from [0,) to [0,1]
[Property] Correct Data Type of SoilType from float to tinyint and valid values from [0,) to [0,1]
Jun 20, 2024
Description
SoilType should be a tiny int not a float with valid values [0,1]
Reasons for change
Correcting an accidental change of data type and valid values range introduced in OED v3.2 (was originally a tinyint, [0,1])
Scope of change
Impact of change
Although technically a breaking change, it is unlikely that any previous version OED file had a floating point value in this field as the valid values are specified in Other Values tab as 0 or 1.
Data type, default values, are blanks allowed, list valid values
The text was updated successfully, but these errors were encountered: