I think this is related to #442, but this time with jsonb. Can't insert/update a jsonb column directly with the javascript object. If I use JSON.stringify first, it works. Error is:
UTCERROR: invalid input syntax for type json
UTCDETAIL: Expected ":", but found "}".
I think this is related to #442, but this time with jsonb. Can't insert/update a jsonb column directly with the javascript object. If I use JSON.stringify first, it works. Error is: