Re: Re: [INTERFACES] Postgres odbc driver bug - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: Re: [INTERFACES] Postgres odbc driver bug
Date
Msg-id 3AF8A5FB.819D8A92@tpf.co.jp
Whole thread Raw
In response to Re: Re: [INTERFACES] Postgres odbc driver bug  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Re: [INTERFACES] Postgres odbc driver bug
List pgsql-odbc
Bruce Momjian wrote:
>
> > Bruce Momjian wrote:
> > >
> > > OK, I have created a context diff of your changes, which is
> > attached.
> > > Can someone comment on this?  The patch appears to deal with
> > > STMT_PREMATURE differently than our current code.
> > >
> > > In fact, it seems to disable this code:
> > >
> > >     /*
> > >      * If the statement is premature, it means we already executed it from
> > >      * an SQLPrepare/SQLDescribeCol type of scenario.  So just return
> > >      * success.
> > >      */
> > >     if (stmt->prepare && stmt->status == STMT_PREMATURE)
> > >
> >
> > Though this fixes the bug reported by Keith, STMT_PREMATURE
> > loses its meaning and SC_pre_execute() does a non-essential
> > work as a result. Possibly SQLPrepare() must be rewritten
> > though I'm not sure.
>

[snip]

>
> And you are saying that this patch fixes a different problem.  The user
> reported his problems were fixed by that patch, so I am inclined to
> apply it.
>

I don't agree to apply the patch because the patch makes
the current code hardly understandable.

regards,
Hiroshi inoue

pgsql-odbc by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [INTERFACES] Postgres odbc driver bug
Next
From: Bruce Momjian
Date:
Subject: Re: Re: [INTERFACES] Postgres odbc driver bug