Re: Psycopg 2.8.1, 2.8.2 released

From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: psycopg(at)postgresql(dot)org
Subject: Re: Psycopg 2.8.1, 2.8.2 released
Date: 2019-04-14 18:19:28
Message-ID: CA+mi_8YvERpo+WmtR-u2NZM+2dDHXn5HhXZ5F9NCaABBAhP0AQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

On Sun, Apr 14, 2019 at 6:52 PM Karsten Hilbert <Karsten(dot)Hilbert(at)gmx(dot)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

In response to

Responses

Browse psycopg by date

  From Date Subject
Next Message Karsten Hilbert 2019-04-14 18:39:49 Re: Psycopg 2.8.1, 2.8.2 released
Previous Message Rich Shepard 2019-04-14 18:04:47 Re: Psycopg 2.8.1, 2.8.2 released