real developing!
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm planning some changes some small and some large 1- removing HAVE_CONFIG_H as code cannot works without 2- add a new include/tdsproto.h and move any protocol related define/enum/structure here. Only strictly protocol that is TDS_MONEY/TDS_DATETIME but not TDSDATEREC 3- use error values not a mix of TDS_FAIL/TDS_SUCCEED and some time error codes. As usual I'm open to any comment. Frediano