opteryx
opteryx copied to clipboard
🪲 JSON Accessor rewriter only rewrites one form
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'