On 31 March 2017 at 09:01, Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
wrote:
> Dave> SELECT * FROM js WHERE JSON_EXISTS(js, 'strict $.tags[*] ? (@.term
> == "NYC")');
> Dave> http://www.sai.msu.su/~megera/postgres/talks/jsonb-
> pgconf.us-2017.pdf
>
>
> The question mark is a part of a string literal, so it makes no harm to
> JDBC.
>
I was thinking we would have trouble parsing it, no ?
Dave Cramer