Closed clueboy closed 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
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
From msabramo on March 01, 2013 17:33:18
Implemented in http://code.google.com/p/pymssql/source/detail?r=a4286224dcf22b5faec5cc5c8dfd380ae026e45c
Status: Verified
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
Original issue: http://code.google.com/p/pymssql/issues/detail?id=117