mozilla / jx-sqlite

JSON query expressions using SQLite
Mozilla Public License 2.0
35 stars 19 forks source link

Definition of `eq`, `ne`, and other operators returning Boolean #48

Closed klahnakoski closed 7 years ago

klahnakoski commented 7 years ago

What is the Boolean logic in face of null values or missing properties?

klahnakoski commented 7 years ago

Here is my logic for eq:

https://github.com/mozilla/jx-sqlite/blob/master/docs/Logical%20Equality.md