Re: Time for a release?
Nick Gorham <[email protected]>
| Newsgroups | gmane.comp.db.unixodbc.devel |
|---|---|
| Message-ID | <[email protected]> |
On 29/07/2011 07:35, ZIGLIO, Frediano, VF-IT wrote: >> Hi, >> >> I think it may be worth turning 2.3.1pre into a 2.3.1 release. >> >> Does anyone have any outstanding issues with 2.3.1pre that >> they would like resolving before I do the release? >> > Did you fix the SQLCancel thread problem? > SQLCancel can be called from another thread to cancel for instance a > SQLExecDirect on the same statement with any threading model just stop > due to lock waiting SQLExecDirect to finish instead of cancelling it. > > Regards, > Frediano Well, the default is to assume the driver is thread safe so there is no restriction on when the driver is called. if thats the problem you refer to. If the driver isnt thread safe, then this will still fail, but if the driver isn't thread safe what can I do? -- Nick > _______________________________________________ > unixODBC-dev mailing list > [email protected] > http://mailman.unixodbc.org/mailman/listinfo/unixodbc-dev _______________________________________________ unixODBC-dev mailing list [email protected] http://mailman.unixodbc.org/mailman/listinfo/unixodbc-dev