Declare/Fetch - Mailing list pgsql-odbc

From Johann Zuschlag
Subject Declare/Fetch
Date
Msg-id 4368B8B0.4030505@online.de
Whole thread Raw
In response to Re: Fix for Declare/Fetch issue  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgsql-odbc
Hi Dave, hi Anoop,

In qresult.c you still find:

515    if (fetch_count < fetch_count)

Declare/Fetch will not work without changing that, i.e. just fetch one line.

515    if (fetch_count < num_backend_rows)
(Dave's proposal)

seems to be a better choice.

regards,
Johann


pgsql-odbc by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Snaphost or MSI?
Next
From: "Dave Page"
Date:
Subject: Re: Declare/Fetch