We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fix grammatical mistake
Using unixODBC with Macs, M1 Macs
Update URLs for Mac OSX
The link for freetds odbc connection attributes is case-sensitive for some reason.
Updated Connecting to SQL Server from Mac OSX (markdown)
add options for connecting without defining DSN or adding driver to `odbcinst.ini`
Slight word change to clarify required location of `/usr/local/etc/freetds.conf`. For me brew installed `/usr/local/php5/etc/freetds.conf` so `Servername` in `odbc.ini` could not find the DSN in `freetds.conf`.
Clarify wording around location of freetds.conf file
FreeTDS install takes no options (removed from Homebrew + --with-unixodbc is now enabled by default). Updated default path to local configuration
Add link to Microsoft's installation instructions
Clarification re: TDS protocol versions (esp. 8.0)
add Docker reference
Initial commit