-
Hi, Im using MySQL 8.4. The multi-value index for json is not work when combining with operator, here are 2 analyze:
But when I use the custom registered function for example: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, unfortunately, Blaze-Persistence currently has no way to render an expression as predicate directly. The only thing you can do, is to render |
Beta Was this translation helpful? Give feedback.
I know, which is why I am suggesting that you workaround this problem by appending
and 1
after rendering thejson_contains
function, so that you end up in SQL with this