Good news and bad news!
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CAHt6W4cPTjoz5wC2Ug6iyf=j2R3Gt25qdrDZ0H1GrdzypnyU0Q@mail.gmail.com> |
Hi,
about development progress.
The good news are that unsigned numbers are now supported, you can
send and receive unsigned from Sybase. Conversion to numeric from
int/money are much faster. Some overflow checking (money) are now done
correctly (although I have minor doubt about money limits).
The bad news are that MARS are not working as I'd like. Putting a
"busy" statement should not block other statements but actually cause
failures ("Attempt to initiate a new Adaptive Server operation with
results pending"). Also binary_test seems to have a strange blocking
issue.
Frediano