djhenderson / pymssql

Automatically exported from code.google.com/p/pymssql
GNU Lesser General Public License v2.1
0 stars 0 forks source link

add function for getting FreeTDS version #117

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 reported on code.google.com by msabr...@gmail.com on 2 Mar 2013 at 1:31

GoogleCodeExporter commented 9 years ago
Implemented in 
http://code.google.com/p/pymssql/source/detail?r=a4286224dcf22b5faec5cc5c8dfd380
ae026e45c

Original comment by msabr...@gmail.com on 2 Mar 2013 at 1:33