Bug in clear_error in SQLExecute?

From: Ludek Finstrle <luf(at)pzkagis(dot)cz>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Bug in clear_error in SQLExecute?
Date: 2004-01-09 21:27:10
Message-ID: 20040109212710.GA16057@soptik.pzkagis.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hello,

I think I found a bug in SQLExecute. IMHO SC_clean_error should be
called there only sometimes as you can see from my patch created
againist fresh CVS snapshot.

Without this patch application fail becouse error is produced in Fetch
instead of in Execute.

Commments are welcome

Luf

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Ludek Finstrle 2004-01-09 21:50:47 Bug in clear_error in SQLExecute? (fwd)
Previous Message Greg Campbell 2004-01-09 19:11:37 Re: No Current Record