Opened 9 years ago

Closed 7 years ago

#893 closed defect (fixed)

null keyword in operations

Reported by: Peter Baumann Owned by: mtarigradschi
Priority: major Milestone: 9.5
Component: qlparser Version: development
Keywords: Cc: Peter Baumann
Complexity: Medium

Description

Suggest to introduce "is null" as an induced comparison, with the meaning: "true if cell has one of the null values defined in the participating coverage, false otherwise".

Examples:

  • c is null
  • c is not null (this is crafted along SQL, but shatters our grammar, so to be inspected)

Change History (5)

comment:1 by Dimitar Misev, 9 years ago

Milestone: 9.19.2

comment:2 by Dimitar Misev, 7 years ago

Milestone: 9.210.0

comment:3 by Dimitar Misev, 7 years ago

Owner: changed from Dimitar Misev to mtarigradschi
Status: newassigned

Note: c is not null can be internally implemented as a transformation to not (c is null)

comment:4 by Dimitar Misev, 7 years ago

Milestone: 10.09.5

comment:5 by Dimitar Misev, 7 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.