I added a testcase that shows my problem. When I try to search for a converted attribute that returns an char[] (StringType) it runs into an error:
QueryLiteral type [{{class java.lang.Character}}] did not match domain Java-type [{{java.lang.String}}] nor JDBC Java-type [{{[C}}]
The issue seems tobe the “escape '!'“ without it the tests runs but I am sure it shouldnt cause an error when providing a escaping |
|