All Versions
55
Latest Version
Avg Release Cycle
58 days
Latest Release
869 days ago

Changelog History
Page 3

  • v1.0.15 Changes

    March 15, 2018

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ– Handle Azure redirecting to new host after env_change token on login #61
  • v1.0.14 Changes

    February 27, 2018

    ๐Ÿ‘Œ Improvements

    • Parameters :string, :varchar and :binary are encoded as nvarchar(max), varchar(max) and varbinary(max) when string or binary length is greater than 2000, otherwise nvarchar(2000), varchar(2000) and varbinary(2000). This change is added to avoid aggressive execution plan caching on SQL Server since parameters may often vary in length, so SQL server will makes execution plan for each parameter length case.
  • v1.0.13 Changes

    February 15, 2018

    ๐Ÿ›  Bugfix

    • issue #62 fixing info message token parsing
  • v1.0.12 Changes

    January 26, 2018

    ๐Ÿ›  Bugfix

    • issue #59 fixing login error when database name contains special characters like "-"
  • v1.0.11 Changes

    December 08, 2017

    ๐Ÿ›  Bugfix

    • fixing issue with done in proc token when stored pcedure is executed
  • v1.0.10 Changes

    December 03, 2017

    ๐Ÿ›  Bugfix

    • fixing negative integer/bigint encoding
  • v1.0.9 Changes

    December 02, 2017

    ๐Ÿ›  Bugfix

    • Removing obsolete reply function which causing error when connection can not be established to server
  • v1.0.8 Changes

    December 01, 2017

    ๐Ÿ›  Bugfix

    • Fixing handle 0 error
  • v1.0.7 Changes

    November 25, 2017

    ๐Ÿ›  Bugfix

    • Ping timout caused process to crash
  • v1.0.6 Changes

    November 24, 2017

    ๐Ÿ›  Bugfix

    • Double precision floats fix