You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I use a jsonb_object with both keys and values as literal arrays, the request runs as expected,
but when I use an ARRAY [...] or jsonb_build_object the result is a empty set,
when the request hit the target server, the request is also missing headers,
and if using jsonb_build_object on body, body also goes empty
when I use a
jsonb_object
with both keys and values as literal arrays, the request runs as expected,but when I use an
ARRAY [...]
orjsonb_build_object
the result is a empty set,when the request hit the target server, the request is also missing headers,
and if using jsonb_build_object on body, body also goes empty
this snipplet contains 3 example cases
The text was updated successfully, but these errors were encountered: