-
Mahmoud Aglan authored
PostgREST auto-decodes JSONB columns, so json_decode() fails when the value is already an array. Added is_array() checks before decoding. Co-Authored-By:Claude Opus 4.6 <noreply@anthropic.com>
107474d6
PostgREST auto-decodes JSONB columns, so json_decode() fails when
the value is already an array. Added is_array() checks before decoding.
Co-Authored-By:
Claude Opus 4.6 <noreply@anthropic.com>