opteryx icon indicating copy to clipboard operation
opteryx copied to clipboard

🪲 JSON Accessor rewriter only rewrites one form

Open joocer opened this issue 1 year ago • 0 comments

this works:

SELECT * FROM $planets WHERE '{\"a\":1,\"b\":\"c\"}'->'a' = id

this does not

SELECT * FROM $planets WHERE id = '{\"a\":1,\"b\":\"c\"}'->'a'

joocer avatar Aug 29 '24 22:08 joocer