[Bug report] JSON(B) field display not preserving order of object keys

Поиск
Список
Период
Сортировка
От Bern Ochoa
Тема [Bug report] JSON(B) field display not preserving order of object keys
Дата
Msg-id CAKjNWyUJfak8mUYHvMs77K7KDWwpg5+GW3vYYOm8b=miUmmCvQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: [Bug report] JSON(B) field display not preserving order of object keys  (Khushboo Vashi <khushboo.vashi@enterprisedb.com>)
Список pgadmin-support
When displaying the data of JSON(B)-typed columns on the Data Output tab, if the data contains an object, the native order of the keys is not preserved.

As a Python developer myself, I strongly suspect this is because the database data is being loaded internally as a regular dict object instead of the OrderedDict instance that would be required to preserve key order.

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

Предыдущее
От: jimmy
Дата:
Сообщение: Re:Re: Re: How to install pgAgent on windows forpostresql-bigsql-10.5
Следующее
От: Khushboo Vashi
Дата:
Сообщение: Re: [Bug report] JSON(B) field display not preserving order of object keys