rails-sqlserver / tiny_tds

TinyTDS - Simple and fast FreeTDS bindings for Ruby using DB-Library.
Other
605 stars 191 forks source link

Outdated TDS version information in README? #447

Open betelgeuse opened 4 years ago

betelgeuse commented 4 years ago

Under the header "FreeTDS Compatibility & Configuration" README says: "We are currently having issues with passing down a TDS version with the login bit. Till we get that fixed, if you are not using a freetds.conf or a TDSVER environment variable, then make sure to use 7.1."

Later under "TinyTds::Client Usage" it says: ":tds_version - TDS version. Defaults to "7.3"."

Based on blame history besides a typo change the section "FreeTDS Compatibility & Configuration" has not been updated for many years and I assume is out of date.

aharpervc commented 4 years ago

Looks like the default changed here with the switch to FreeTDS 1.0. Can you open a PR to update the readme?