You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add BooleanConversionOption enum, which specifies how numeric
values (not just long) should be converted to boolean values
* Add overloaded booleanFromLong methods: one accepts a long argument
and uses the ZERO_OR_ONE conversion option, the second accepts
long and BooleanConversionOption arguments.
Closes#1053
* Add overloaded booleanFromLong methods. Both accept a ResultSet
and a String columnName, but one accepts a BooleanConversionOption
argument while the other doesn't. The one that does not accept
a BooleanConversionOption uses the ZERO_OR_ONE option.
Closes#1053
Add methods:
where
BooleanConversionOption
is an enum that describes how to convert the long value.This issue was extracted from #1045
The text was updated successfully, but these errors were encountered: