pgsql: SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER)

2024-09-11 Thread Amit Langote
SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER) Currently, when WITH CONDITIONAL WRAPPER is specified, array wrappers are applied even to a single SQL/JSON item if it is a scalar JSON value, but this behavior does not comply with the standard. To fix, apply wrappers only when there are mul

pgsql: SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER)

2024-09-11 Thread Amit Langote
SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER) Currently, when WITH CONDITIONAL WRAPPER is specified, array wrappers are applied even to a single SQL/JSON item if it is a scalar JSON value, but this behavior does not comply with the standard. To fix, apply wrappers only when there are mul