fix PQcmdTuples() for MOVE/FETCH

Поиск
Список
Период
Сортировка
От Neil Conway
Тема fix PQcmdTuples() for MOVE/FETCH
Дата
Msg-id 1043027448.383.6.camel@tokyo
обсуждение исходный текст
Список pgsql-patches
This patch updates PQcmdTuples() to return the number of rows "affected"
by MOVE and FETCH commands (that information is returned in completion
tags for those commands, but PQcmdTuples() didn't know about it). I also
fixed a typo in the EXECUTE docs, and improved some of the markup in the
libpq docs.

(BTW, I decided to rewrite PQcmdTuples() -- but I'm still not sure I
covered every corner case ... if anyone spots a bug or can suggest a
cleaner way to implement the function, please speak up.)

Cheers,

Neil
--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC



Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: doc improvements
Следующее
От: Jan Wieck
Дата:
Сообщение: Win32 port diff files