typedb
typedb copied to clipboard
Comparisons between data-types must use a single ground-truth implementation
Problem to Solve
There are multiple implementations of comparisons between values of comparable data-types. Risking inconsistencies and subtle bugs.
Proposed Solution
Define a the standard comparisons for values of comparable datatypes (comparable as defined in Encoding) and update all comparisons to use it.