Skip to Content.
Sympa Menu

freetds - [freetds] errors from dblib

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddy77 AT gmail.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: [freetds] errors from dblib
  • Date: Fri, 17 Apr 2009 16:08:35 +0200

I got some time to compile and run our dblib tests with MS and Sybase
libraries.

You can see from attached files. I got dbsqlok fixed for timeout test
removing these lines

marker = tds_peek(tds);

/* If we hit a result token, then we know everything is OK. */
if (is_result_token(marker)) {
tdsdump_log(TDS_DBG_FUNC, "dbsqlok() exits on result token
0x%x\n", marker);
return SUCCEED;
}

from dblib.c

Any comments are welcome !!!

freddy77

Attachment: err.tar.gz
Description: GNU Zip compressed data




Archive powered by MHonArc 2.6.24.

Top of Page