Re: row count with libpq driver - Mailing list pgsql-odbc

From Dave Page
Subject Re: row count with libpq driver
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E4CC2ABE@ratbert.vale-housing.co.uk
Whole thread Raw
In response to row count with libpq driver  ("Scot Loach" <sloach@sandvine.com>)
List pgsql-odbc

> -----Original Message-----
> From: pgsql-odbc-owner@postgresql.org
> [mailto:pgsql-odbc-owner@postgresql.org] On Behalf Of Scot Loach
> Sent: 09 September 2005 12:52
> To: pgsql-odbc@postgresql.org
> Subject: [ODBC] row count with libpq driver
>
> Previously you guys made some fixes to the odbc driver
> dealing with row counts.
> I have noticed that the old driver seems to return the
> correct row count for SELECT statements, at least in some cases.
> The new driver does not; it only works for INSERT and UPDATE
> statements.
> Is this behavior intentional, is it possible to fix this?

Technically that is as per spec
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/ht
m/odbcsqlrowcount.asp, however the spec does allow the row count from
selects to be returned if the driver wants. Feel free to submit a patch
(I'm swamped right now :-( ).

Regards, Dave

pgsql-odbc by date:

Previous
From: "Scot Loach"
Date:
Subject: row count with libpq driver
Next
From: Marko Ristola
Date:
Subject: Re: Unicode support