Re: In what version of FreeTDS did tdsdbopen get the msdblib flag?
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CAHt6W4et4zU4Grnn2eaw06BPDeqd+ALDPLLE=1wKOWezua1Q-w@mail.gmail.com> |
2013/9/19 Marc Abramowitz <[email protected]>: > Didn't realize until now that you don't have to use a FreeTDS compiled with > --enable-msdblib as you can just compile with #define MSDBLIB and dbopen > will call tdsdbopen with msdblib = 1 so that dates are handled correctly... > Very cool! > Thanks :) > It looks like it goes back to before FreeTDS 0.82 but couldn't find it in > the ChangeLog. I don't remember but should be in the documentation somewhere Using git annotate the commit is commit 322f240471c8837ea692cc3391cfe57ae412a09a Author: Frediano Ziglio <[email protected]> Date: Tue Oct 19 11:14:49 2004 +0000 make --enable-msdblib binary compatible with default version More or less 9 years ago! Frediano