Re: Some changes

From: Ludek Finstrle <luf(at)pzkagis(dot)cz>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Some changes
Date: 2005-12-02 14:37:59
Message-ID: 20051202143759.GA22763@soptik.pzkagis.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> The attached patch clears out any parameters during SQLCancel. This
> works for the test case, and seems to not hurt any of my apps that I've
> quickly tested. I definitely want some feedback before I apply this
> though please :-)

I see (endly) ODBC specification and it's ok to free all parameters
when SQLCancel is called during awaiting data (SQL_NEED_DATA).
Only comment in patch is little bit strenge.

I have to more study ODBC specification. It's mine bottleneck.

Luf

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2005-12-02 14:57:18 Re: Some changes
Previous Message Dave Page 2005-12-02 14:09:09 Re: Some changes