Skip to Content.
Sympa Menu

freetds - pre-release Solaris

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Gregg Jensen <greggj AT savvis.net>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: pre-release Solaris
  • Date: Wed, 20 Jan 1999 09:12:57 -0600


It looks like the configure problem may be solved on Solaris now. I
pulled down the latest from CVS and it compiled OK. I built the
unittests in dblib and was wondering what the expected results should
look like. The results I get are as follows:

t0001 - nothing that said it failed
t0002 - nothing that said it failed
t0003 - at the bottom of the output:
...
Read a row of data -> 196 row 196
Read a row of data -> 197 row 197
Read a row of data -> 198 row 198
Failed. Expected a row

t0004 - at the bottom of the output:
...
second select
select * from dblib0004 where i>950 order by i
About to exec for the second time. Should fail
t0004.c:185: dbsqlexec should have failed but didn't
dblib failed! on t0004.c

t0005 - at the bottom of the output:
...
Read a row of data -> 47 row 0047
Read a row of data -> 48 row 0048
Read a row of data -> 49 row 0049
select * from dblib0005 where i>950 order by i
t0005.c:207: dbsqlexec should have failed but didn't
dblib failed! on t0005.c

t0006 - dblib okay on t0006.c
t0007 - dblib okay on t0007.c
t0008 - dblib okay for t0008.c

Gregg





Archive powered by MHonArc 2.6.24.

Top of Page