Commit 551a1f3
authored
Update $ne operator to include null type
Allow $ne operator to accept null values.
null value is useful when we want to have a similar behavior as exists, but including `null` values even if the Value is not declared as nullable.1 parent 49c5b6f commit 551a1f3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments