clueboy / pymssql_issues

0 stars 0 forks source link

add function for getting FreeTDS version #117

Closed clueboy closed 11 years ago

clueboy commented 11 years ago

From msabramo on March 01, 2013 17:31:57

It would be useful for troubleshooting to be able to ask pymssql the version of the FreeTDS library that it is linked with.

e.g.: a function -- pymssql.get_freetds_version

>>> import pymssql
>>> pymssql.get_freetds_version()
'freetds v0.92.dev.20130228'

Original issue: http://code.google.com/p/pymssql/issues/detail?id=117

clueboy commented 11 years ago

From msabramo on March 01, 2013 17:33:18

Implemented in http://code.google.com/p/pymssql/source/detail?r=a4286224dcf22b5faec5cc5c8dfd380ae026e45c

Status: Verified