All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Allow configuring the encryption parameters
- Changed the default version of the ODBC Driver to 17. This is to reflect what version is installed when running
apt-get install msodbcsql
on Debian Jessie. It may cause breaking changes for some users who rely on the default being 13.
- Ability to set a named instance in the connection options, using
:instance_name
.
- Ability to set a custom port, using option
:port
, will default to 1433.
TODO