Skip to Content.
Sympa Menu

freetds - [freetds] [0.95rc1] Some preliminary test results

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Sergio NNX <sfhacker AT hotmail.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: [freetds] [0.95rc1] Some preliminary test results
  • Date: Fri, 8 May 2015 04:50:08 +1000

Thanks guys for all your hard work!

Some test results .... using MS SQL Server 2008

Compile-time settings (established with the "configure" script)
Version: freetds v0.95rc1
freetds.conf directory: \freetds-0.95rc1\etc
MS db-lib source compatibility: no
Sybase binary compatibility: no
Thread safety: yes
iconv library: yes
TDS version: 7.0
iODBC: no
unixodbc: yes
SSPI "trusted" logins: yes
Kerberos: yes (Heimdal 1.6.99)
OpenSSL: yes (OpenSSL 1.0.2a)
GnuTLS: no


===================
All 20 tests passed (tds/unittests)
===================

===================
All 29 tests passed (ctlib/unittests)
===================

====================
2 of 35 tests failed (dblib/unittests)
====================

Failed tests: rpc, thread

[...]
retrieving output parameters...
param name type length data
---- ------------------- ---- ----- ------------------------------
1 @null_input 39 3 xml
2 @first_type 39 6 bigint
3 @nullout 56 0
4 @varchar_tds7_out 39 8000 ÷÷÷÷÷÷÷÷÷÷...
5 @nvarchar_tds7_out 39 4000 öööööööööö...
6 @nrows 56 4 3
Good: Got 6 output parameters and 1 return status of 42.
Expected an empty resultset got 2.
FAIL rpc (exit status: 1)

====================
8 of 71 tests failed (odbc/unittests)
====================

Failed tests: connect, genparams, rpc, typeinfo, describecol, timeout3,
freeclose, cancel




Archive powered by MHonArc 2.6.24.

Top of Page