Re: Shouldn't jsonpath .string() Unwrap?

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема Re: Shouldn't jsonpath .string() Unwrap?
Дата
Msg-id 4780A79D-5FB7-4480-8CB5-96B137411B1A@justatheory.com
обсуждение исходный текст
Ответ на Re: Shouldn't jsonpath .string() Unwrap?  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: Shouldn't jsonpath .string() Unwrap?
Список pgsql-hackers
On Jun 13, 2024, at 3:53 PM, Andrew Dunstan <andrew@dunslane.net> wrote:

> Hmm. You might be right. Many of these items have this code, but the string() branch does not:
> if (unwrap && JsonbType(jb) == jbvArray)
>    return executeItemUnwrapTargetArray(cxt, jsp, jb, found,
>                                        false);

Exactly, would be pretty easy to add. I can work up a patch this weekend.

D




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Jelte Fennema-Nio
Дата:
Сообщение: Re: RFC: adding pytest as a supported test framework
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: CI and test improvements