Re: Snapshot 08.01.0006 available for testing - Mailing list pgsql-odbc

From Dave Page
Subject Re: Snapshot 08.01.0006 available for testing
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E4CC38F5@ratbert.vale-housing.co.uk
Whole thread Raw
In response to Snapshot 08.01.0006 available for testing  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgsql-odbc

> -----Original Message-----
> From: pgsql-odbc-owner@postgresql.org
> [mailto:pgsql-odbc-owner@postgresql.org] On Behalf Of Rainer Bauer
> Sent: 03 November 2005 15:50
> To: pgsql-odbc@postgresql.org
> Subject: Re: [ODBC] Snapshot 08.01.0006 available for testing
>
> "Dave Page" schrieb:
>
> >Please take some time to download and test this release, and
> report any
> >regressions from prior snapshots as soon as possible.
>
> I just installed the pgsql and psqlodbc  RC1, but
> "UseServerSidePrepare" is
> still broken.
>
> SQL command: "SELECT col1 FROM table WHERE col2=?"
> (Note: col1 is a SERIAL, col2 a VARCHAR).
>
> Bind the input [SQLBindParameter] and output [SQLBindCol]
> parameter before
> calling SQLPrepare().
>
> The following call to SQLExecute() returns SQL_SUCCESS. But
> the first call to
> SQLFetch() produces this error message:
> <1> {HY010}(3) Null statement result in PGAPI_ExtendedFetch.

Works perfectly here. When you say you are using RC1, do you mean the
driver that can bundled with PostgreSQL 8.1 RC1? If so, that is
08.01.0005. The Prepare/Fetch fixes are in 08.01.0006.

Regards, Dave.

pgsql-odbc by date:

Previous
From: Rainer Bauer
Date:
Subject: Re: Snapshot 08.01.0006 available for testing
Next
From: Rainer Bauer
Date:
Subject: Re: Snapshot 08.01.0006 available for testing