errors from dblib
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
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
_______________________________________________
FreeTDS mailing list
[email protected]
http://lists.ibiblio.org/mailman/listinfo/freetds
err.tar.gz
(application/x-gzip, 8.7 KB) - not displayed