array fixes
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CAHt6W4d-KKXduzMi6Y+6uVtHo2Ay_g1qsdSYCM+qZmUM0OG1Tw@mail.gmail.com> |
Hi, sometimes I tried to updated DBD::ODBC and see how it works with FreeTDS. Documentation and code points out that our array implementations was not so fine :( After some checks it turned out that return codes were different and row number on errors was not implemented. Fixes are now in 0.91 (stable branch) and 0.92 (development). Frediano