View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009518 | 10000-004: Services | Spec | public | 2024-04-09 08:50 | 2024-04-23 16:25 |
Reporter | jpfr | Assigned To | Paul Hunkar | ||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | assigned | Resolution | open | ||
Product Version | 1.05.03 | ||||
Summary | 0009518: Automatic Cast to Boolean in EventFilters | ||||
Description | The logical operators in an EventFilter where-clause use three distinct truth values, TRUE, FALSE and NULL (cf. Part 4, Table 127 and 128). TRUE and FALSE are Booleans whereas NULL is indicated by an empty variant. In our implementation, we are unsure of the casting rules when calling a logical operator with a non-Boolean. NOT TRUE -> FALSE Does resolving to a Boolean include automatic casting and also casting of numericals (explicit). The EventFilter operators that need clarification are AND/OR/NOT/ISNULL. | ||||
Tags | No tags attached. | ||||
Commit Version | |||||
Fix Due Date | |||||