On Sun, Apr 14, 2019 at 6:52 PM Karsten Hilbert <karsten.hilb...@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