-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: is null/is not null * fix: search null for collections * refactor: null not case sensitive * doc: update README.md * refactor: throw if operand != IS | IS NOT * refactor: throw if calling buildPredicate parent method with empty clause * refactor: don't allow search for null collections * refactor: don't allow search for null collections * fix: lint * test: add test for searching for empty non-collection fields * refactor: avoid passing null value, check literal value instead (SearchOperation.NULL) * feat: blacklist * fix: add missing check for "NULL" value in strategies * fix: missing arg in constructor * fix: update threshold * fix: remove unreachable code * doc: add blacklist doc * test: add test for UUID null * test: canGetUsersWithUpdatedDateAtNull * test: LocalDateTime is not null * test: Int Boolean and Date is null * trigger-ci * trigger-ci * fix: ktlint * fix: ktlint * fix: ktlint * fix: test missing arguments --------- Co-authored-by: vincentescoffier <vincent.escoffier1@gmail.com>
- Loading branch information
Showing
4 changed files
with
159 additions
and
121 deletions.
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
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
Oops, something went wrong.