Re: Snapshot 08.01.0006 available for testing

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Rainer Bauer" <usenet(at)munnin(dot)com>, <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Snapshot 08.01.0006 available for testing
Date: 2005-11-03 16:48:58
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E4CC38F8@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> -----Original Message-----
> From: pgsql-odbc-owner(at)postgresql(dot)org
> [mailto:pgsql-odbc-owner(at)postgresql(dot)org] On Behalf Of Rainer Bauer
> Sent: 03 November 2005 16:20
> To: pgsql-odbc(at)postgresql(dot)org
> Subject: Re: [ODBC] Snapshot 08.01.0006 available for testing
>
> "Dave Page" wrote:
>
> >> 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.
>
> No. I am using the 08.01.0006 driver with PostgreSQL 8.1 RC1.
>
> The PostgreSQL server is running won a w2k server.
> The client is running on a Win98 machine.

Sorry - when I first read both messages I somehow managed to parse
ServerSidePrepare as UsedeclareFetch :-(

Yes, it does seem to be broken - the earlier fixes were for Use
Declare/Fetch, so I'm not overly surprised it remains broken.

I'll look into it, however given that it's not a widely used option (and
isn't documented either), I'm still inclined to release 08.01.whatever
even if we can't figure out the correct fix in time. It's definitely a
less broken driver than the current stable release.

Regards, Dave.

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Brent Gorda 2005-11-03 16:53:01 Troubles with odbc on Solaris 10 (x86)
Previous Message Rainer Bauer 2005-11-03 16:19:31 Re: Snapshot 08.01.0006 available for testing