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
This is copied from issue #99, originally reported by @slavap
q.setFilter("ch == 'a' || ch == 'z'");
Error is: Exception in thread "main" javax.jdo.JDOUserException: Query parsing error at 'a' near position 7: Incompatible types,
found 'String', expected: char. Query= ch == 'a' || ch == 'z'
The text was updated successfully, but these errors were encountered:
I don't think it really counts as bounty-worth, especially as it is labelled as TODO in the code :-), QueryParserV3.java, line 498. But thanks for reporting it.
This is copied from issue #99, originally reported by @slavap
q.setFilter("ch == 'a' || ch == 'z'");
Error is: Exception in thread "main" javax.jdo.JDOUserException: Query parsing error at 'a' near position 7: Incompatible types,
found 'String', expected: char. Query= ch == 'a' || ch == 'z'
The text was updated successfully, but these errors were encountered: