-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[11.x] Where doesnt have nullable morph (#54363)
* first pass at allowing querying non existence of nullable morph - will need moving up * move querying non existence of nullable morph to has morph method * handle checking for 0 has morphs the same as less than 1 has morphs * work on assumption that has morph less than needs null check * attempt to handle all operators * merge into existing query - all existing tests passing * add test * revert signature change * readd docblocks * fix space * formatting --------- Co-authored-by: Mior Muhammad Zaki <[email protected]>
- Loading branch information
1 parent
d637b4a
commit b29fa77
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters