New freetds repo... MARS are coming!
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CAHt6W4cDPhsLdi71RnRohH83W=OeejFzZ6fP34NhLdWKMAM1gg@mail.gmail.com> |
Hi, I created a new freetds repo at https://gitorious.org/~freddy77/freetds/mars-freetds. No, I'm not mad and it's not a fork. However I don't like to have my personal branches on the official repo. One of the main reason is to share mars branch (actually the only additional branch). Currently all tests passes even with mars code !!! But not all enabling mars... and upper layers do not currently support it and there are no specific tests! So... quite useless branch :) Apart from odbc support (the only library which support it) blob1 test fails with mars enabled due to the fact that if client does not limit packets sending speed server drop connection. I think this is another point to add to the James page on why do not use mars !! The other test that fails is cursor4 due to different protocol for transaction if mars is enabled (perhaps another small point to add to above page). Currently another problem is error reporting. If server drop connection all sessions should receive a network error. Frediano