Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Description of Equivalent in Comparison Operators is inconsistent with Reference #50

Open
brynrhodes opened this issue Jun 16, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@brynrhodes
Copy link
Collaborator

The discussion at the end of the Comparison Operators section is inconsistent with the description of Equivalent functionality in the Logical Specification and CQL Reference. Specifically, it says: "The equivalent operator is the same as equality, except that it returns true if both of the arguments are null, and false if one argument is null and the other is not:" But it should note that equivalence has looser semantics than strict equality for many types (e.g. Strings, Codes, Concepts, and Quantities).

brynrhodes added a commit that referenced this issue Jun 18, 2019
…perators section of the Author's Guide and added summary discussion of equivalent semantics.
@brynrhodes brynrhodes self-assigned this Jun 18, 2019
@brynrhodes brynrhodes added the bug Something isn't working label Jun 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant