cql icon indicating copy to clipboard operation
cql copied to clipboard

Equal Code and Concept overloads are inconsistent with Tuple equality semantics

Open rob-reynolds opened this issue 5 years ago • 1 comments

rob-reynolds avatar May 29 '19 22:05 rob-reynolds

Specifically, the Equal(Code, Code) operator description says Code equality is defined using tuple semantics, but then says that the operator returns null if either argument is null, or has any null components. As of CQL 1.3, tuple equality semantics only return null if the values have different components specified.

brynrhodes avatar Jun 10 '19 09:06 brynrhodes