Re: using server side cursor

Поиск
Список
Период
Сортировка
От Daniele Varrazzo
Тема Re: using server side cursor
Дата
Msg-id CA+mi_8b8GBORQ7=qtc44gr55y=VsctpbhcoknBWdNuia21NqRQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: using server side cursor  (Federico Di Gregorio <fog@dndg.it>)
Ответы Re: using server side cursor  (thomas veymont <thomas.veymont@gmail.com>)
Список psycopg
On Fri, Oct 14, 2011 at 3:26 PM, Federico Di Gregorio <fog@dndg.it> wrote:
> On 14/10/11 16:24, Federico Di Gregorio wrote:
>> We can add a new parameter (existing=True?) to cursor(); to be used only
...
> Mm.. ignore this...

I would rejoice for having found a feature without the need of writing
code and devise an interface for it :)

I've added a note about it in
<http://initd.org/psycopg/docs/usage.html#server-side-cursors> and a
test to ensure to keep it: I see no reason for which we would require
to break the "name stealing" in the future: it's just a matter of
_not_ performing a check that execute() has run on the cursor.

I've also fixed the problem of the Decimal adaptation in wsgi as
discussed in the tracker (ticket #52). With this I think we can really
release this 2.4.3: we have gathered another good collection of bug
fixes.

-- Daniele

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

Предыдущее
От: thomas veymont
Дата:
Сообщение: Re: using server side cursor
Следующее
От: thomas veymont
Дата:
Сообщение: Re: using server side cursor