Re: Best way to get FreeTDS version?
Marc Abramowitz <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <E5CD626161E81C4DBB58B3E7F649BEA21393A9@DAGN04b-e6.exg6.exghost.com> |
On 3/1/13 5:43 PM, "James K. Lowden" <[email protected]> wrote: >On Fri, 1 Mar 2013 15:55:47 +0000 >Marc Abramowitz <[email protected]> wrote: > >> I thought it would be nice to have a function in pymssql that prints >> out the version of FreeTDS in use. > >$ grep dbver api_status.txt >dblib core n/a dbversion >OK > >Is dbversion what you want? I looked at that and it's not exactly what I want: >>> pymssql.get_dbversion() '$Id: dblib.c,v 1.407 2012-03-11 15:52:22 freddy77 Exp $' I wanted the version of FreeTDS rather than the version of a particular source file. Marc