Related to
- How do I use PostgreSQL JSON(B) operators containing a question mark "?" via JDBC
- Does the JDBC spec prevent '?' from being used as an operator (outside of quotes)?
List of Operators --> https://www.postgresql.org/docs/9.5/functions-json.html
Changing my queries in an attempt to escape didn't do the trick. Using ?? vs ? and <CDATA.. etc.
??worked fine (tested with PostgreSQL 11.4 and pgjdbc 42.2.10). Please post 1) what you tried and 2) how it failed exactly.