Re: Psycopg 2.8.1, 2.8.2 released - Mailing list psycopg

From Daniele Varrazzo
Subject Re: Psycopg 2.8.1, 2.8.2 released
Date
Msg-id CA+mi_8YvERpo+WmtR-u2NZM+2dDHXn5HhXZ5F9NCaABBAhP0AQ@mail.gmail.com
Whole thread Raw
In response to Re: Psycopg 2.8.1, 2.8.2 released  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
Responses Re: Psycopg 2.8.1, 2.8.2 released  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
List 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 by date:

Previous
From: Rich Shepard
Date:
Subject: Re: Psycopg 2.8.1, 2.8.2 released
Next
From: Karsten Hilbert
Date:
Subject: Re: Psycopg 2.8.1, 2.8.2 released