Re: FreeTDS 0.91.96 - Unit tests
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CAHt6W4c+7MEzgiApTx2CyV5Otr=zYaG-Uv7kCqKwT8jUBLgcdg@mail.gmail.com> |
2013/11/20 Sergio NNX <[email protected]>: >> Error finding last socket opened >> FAIL: freeclose.exe > >> Using ODBC version 2 >> select cast(getdate() as date) >> CheckType 137 >> CheckType 139 >> Data expected. Inpute type 9 - SQL_DATE line 139 >> FAIL: typeinfo.exe > > Ciao. > > I'm trying to 'improve' the 'freeclose' test and I have some questions: > > a) Does it support IPv6 addresses? Should it?? It uses localhost but I don't think is a problem. > b) Is 'binded' a correct English word? > Should be bound, probably mistake is mine. > Can anyone help me out with test 'typeinfo'? > > Thanks in advance. > > Sergio. > Should not be a big issue. Some tests are very too strict and does not pass with different version of MS drivers. This is one of them (well this particular DATE piece). Frediano