tds v2.0.1-rc1 Release Notes

Release Date: 2020-02-03 // about 4 years ago
  • ๐Ÿ’ฅ Breaking changes

    ๐Ÿš€ In order to improve compatibility with ecto_sql, following breaking changes are introduced in this release:

    • ๐Ÿ“ฆ Since tds_ecto package is deprecated and adapter is moving to ecto_sql, use Tds.Types.UUID for column types binary_id (uuid).
    • For same reason as above Tds.VarChar is now Tds.Types.VarChar
    • ๐Ÿ“ฆ If you are using collation other than Latin1 please add dependency to :tds_encoding package and followin instructions ๐Ÿ”ง in readme on how to configure tds to use this encoder.