Re: Psycopg 2.8.1, 2.8.2 released

Поиск
Список
Период
Сортировка
От Daniele Varrazzo
Тема Re: Psycopg 2.8.1, 2.8.2 released
Дата
Msg-id CA+mi_8YvERpo+WmtR-u2NZM+2dDHXn5HhXZ5F9NCaABBAhP0AQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Psycopg 2.8.1, 2.8.2 released  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
Ответы Re: Psycopg 2.8.1, 2.8.2 released  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
Список psycopg
On Sun, Apr 14, 2019 at 6:52 PM Karsten Hilbert <Karsten.Hilbert@gmx.net> wrote:

> > - Fixed 'RealDictCursor' when there are repeated columns (ticket #884).
>
> How ?

The problem was only that the result of 'select 1 as a, 2 as a' would
have been an object in an inconsistent state (bug introduced in 2.8.1
to fix the other, #886, which was caused by actually calling the
superclass constructor right) . Now the state is consistent... it's
arbitrary but hey. Can't fix the users, only the cursor.


-- Daniele



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

Предыдущее
От: Rich Shepard
Дата:
Сообщение: Re: Psycopg 2.8.1, 2.8.2 released
Следующее
От: Karsten Hilbert
Дата:
Сообщение: Re: Psycopg 2.8.1, 2.8.2 released