Skip to Content.
Sympa Menu

freetds - Bug found?

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Jonas Benjaminsson" <jonas.benjaminsson AT infogate.se>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Bug found?
  • Date: Wed, 9 Oct 2002 11:12:13 +0200


Found the following bug(?) in dbutil.c (revision 1.15).

In the method dblib_handle_err_message:

if (((rc == INT_TIMEOUT) || (rc == INT_CONTINUE))
&& (msg->msg_number != SYBETIME)) {
rc = INT_EXIT;
}

I have registered an own errorhandler that allways
returns INT_CONTINUE, but it doesn't continue
when msg->msg_number != SYBETIME.

Should dbutil really ignore that I want to continue?

/Jonas









Archive powered by MHonArc 2.6.24.

Top of Page