dblib row buffering fixed
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Hi, recently I fixed dblib row buffering. Some problems: - dbclrbuf never reset buffer entirely, is buffer have 10 rows at maximum 9 rows can be removed - code wrongly remove unwanted rows t0002 and t0008 tests now work as expected but I don't understand why MS dblib bahavior is very strange... it seems that dbgetrow doesn't work as it should, it keep accepting only last row... I don't understand why... freddy77