This error manifested by trying to access elements in JSON/JSONB arrays. Array access fails because the integers are casted as strings and the array reference is interpreted as an object access without an explicit cast (as seen in https://github.com/mfenniak/pg8000/issues/124)
This error manifested by trying to access elements in JSON/JSONB arrays. Array access fails because the integers are casted as strings and the array reference is interpreted as an object access without an explicit cast (as seen in https://github.com/mfenniak/pg8000/issues/124)