-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adjust Value.ignore() to make ignoring of other types than String ava…
…ilable Sometimes we have a JDBC Row where 0 value means "null" but ignoring does only work with strings until now. object.as(Row.class).getValue("value").ignore(BigDecimal.ZERO) should ignore a found 0 without calling Value.of(object.as(Row.class).getValue().asString().ignore("0")
- Loading branch information
Showing
2 changed files
with
13 additions
and
2 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