Skip to content

Commit b398748

Browse files
committed
Update README example - remove deprecated methods
1 parent ea75742 commit b398748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ similar):
2424
select(id, firstName, lastName) {
2525
from(Customer)
2626
where {
27-
active isEqualTo "Y"
27+
active isEqualTo true
2828
and { id(isEqualToWhenPresent(id_).map { it?.padStart(5, '0') }) }
2929
and {
3030
firstName(isLikeCaseInsensitiveWhenPresent(firstName_)

0 commit comments

Comments
 (0)