Updating a JSONB column in Postgres

There might be a bug in postgres update function.
This solved my issue: Postgresql update bug? - #6 by Kyano_Kashi
I was required to cast the variables that were having issues.

1 Like