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

Changelog History
Page 5

  • v0.2.7 Changes

    June 04, 2015

    โœจ Enhancements

    • Added ability to pass socket options to connect.
    • Set internal socket buffer.
  • v0.2.6 Changes

    April 25, 2015

    ๐Ÿ› Bug Fixes

    • Fixed issue where messages spanning multiple packets might not finish
  • v0.2.5 Changes

    April 08, 2015

    ๐Ÿ› Bug Fixes

    • Enum error when calling ATTN on server
  • v0.2.4 Changes

    March 26, 2015

    ๐Ÿ› Bug Fixes

    • Added support for DateTimeOffset
    • Updated Deps
  • v0.2.3 Changes

    March 20, 2015

    ๐Ÿ› Bug Fixes

    • Added Long Length decoder support for text, ntext and image
    • Fixed PLP decode / Encode for sending and receiving large test
    • Fixed issue where selecting from NTEXT, TEXT, NVARCHAR(MAX), VARCHAR(MAX) would trunc to 4kb
  • v0.2.2 Changes

    March 09, 2015

    ๐Ÿ› Bug Fixes

    • Fixed udp port scope for instances
  • v0.2.1 Changes

    March 09, 2015

    ๐Ÿ› Bug Fixes

    • Fixed: Packets sent to the server which exceed the negotiated packet size would cause the connection to close ### โœจ Enhancements
    • Added support for decoding Time(n) and DateTime2
    • Added support for SQL Named Instances, pass instance: "instance_name" in connection options
  • v0.2.0 Changes

    March 04, 2015

    โœจ Enhancements

    • Added SET defaults upon connection of: SET ANSI_NULLS ON; SET QUOTED_IDENTIFIER ON; SET CURSOR_CLOSE_ON_COMMIT OFF; SET ANSI_NULL_DFLT_ON ON; SET IMPLICIT_TRANSACTIONS OFF; SET ANSI_PADDING ON; SET ANSI_WARNINGS ON; SET CONCAT_NULL_YIELDS_NULL ON;

    ๐Ÿ› Bug Fixes

    • Fixed issue with empty strings and binaries being converted to nil

    โœจ Enhancements

    • datetime2 with 0 usec's will be transmitted as datetime

      • Backwards incompatable changes
    • Changed datetime to be passed back as {{year, month, day} ,{hour, min, sec, microsec}}

  • v0.1.6 Changes

    February 25, 2015

    ๐Ÿ› Bug Fixes

    • Changed default connection timeout to 5000 from :infinity
    • Added caller pid monitoring to cancel query if caller dies
    • Call ATTN if the caller who dies is the currently executing query

    โœจ Enhancements

    • Added API for ATTN call

    <<<<<<< HEAD

  • v0.1.5 Changes

    February 19, 2015

    1007dc1 (Misc doc changes)

    ๐Ÿ› Bug Fixes

    • Fixed issue where driver would not call Connection.next when setting the state to :ready
    • Fixed UCS2 Encoding