Description
A FIQL query like as
surname=~D'*
is throwing the following error:
org.apache.openjpa.persistence.PersistenceException: Unterminated identifier started at position 209 in SQL SELECT count(t.id) FROM SyncopeUser t,jsonb_path_query_array(plainattrs, '$[*] ? (@.schema=="lastName")."values"') AS lastName WHERE jsonb_path_exists(lastName, '$[*] ? (@.stringValue like_regex "D'.*" flag "i")') AND realm_id IN (?1)'. Expected " char {SELECT count(t.id) FROM SyncopeUser t,jsonb_path_query_array(plainattrs, '$[*] ? (@.schema=="lastName")."values"') AS lastName WHERE jsonb_path_exists(lastName, '$[*] ? (@.stringValue like_regex "D'.*" flag "i")') AND realm_id IN (?1)'}
Attachments
Issue Links
- links to