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
org.kuali.rice.krad.criteria.CriteriaLookupDaoOjb does not properly support "like" predicates. It treats LikePredicate as if it were a LikeIgnoreCasePredicate, and a LikeIgnoreCasePredicate causes and UnsupportedPredicateException.
The text was updated successfully, but these errors were encountered:
org.kuali.rice.krad.criteria.CriteriaLookupDaoOjb
does not properly support "like" predicates. It treatsLikePredicate
as if it were aLikeIgnoreCasePredicate
, and aLikeIgnoreCasePredicate
causes andUnsupportedPredicateException
.The text was updated successfully, but these errors were encountered: