All Versions
55
Latest Version
Avg Release Cycle
58 days
Latest Release
1256 days ago
Changelog History
Page 5
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, 20151007dc1 (Misc doc changes)
๐ Bug Fixes
- Fixed issue where driver would not call Connection.next when setting the state to :ready
- Fixed UCS2 Encoding