Create a column, which will only contain logical values. Shall be convertible to a value and a string column. Furthermore, a value column shall be convertible to a logical column, a string column might be convertible. Date-time columns are excluded and need to first converted to or from a value column.
To implement s.th. like that, we need to introduce a new enum LogicalValue with the values LOGICAL_NAN=-1, LOGICAL_FALSE=0, LOGICAL_TRUE=1 to actually represent empty values in this column.
String values to be automatically convertible are "true", "false" (case independent) and "0" and "1".
Functionality was added to the automatic SW tests. No deviations detected.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r1240]
Diff: