Re: No news... good news...
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <1303716515.2582.2.camel@ricky> |
Il giorno dom, 24/04/2011 alle 20.23 +1000, David Dick ha scritto: > On 21/04/11 23:56, Frediano Ziglio wrote: > > Well... we had very few reports from rc1. It seems it's very solid! Or > > nobody care about update :) > > I've had very little luck running 'make check' against Microsoft SQL > Servers from Fedora 14. SQL Server 2000 failed in the ODBC tests and > SQL Server 2008 went into an apparent hang requiring a SIGTERM against > the ./cancel process, to produce the only FAIL for 2008. I haven't > tried SQL Server 2005 yet, but it looks like there has been a bug report > about that too. > > Is this of any interest? Has anyone else had success running check > against Microsoft SQL Servers? This is the first report we got about tests. It should work on all versions. odbc cancel test probably hang due to the use of UnixODBC which does not support SQLCancel call from multiple thread without threading configuration. For sql 2000 probably you are using wrong protocol. Regards Frediano