0.0.2 / 2012-01-08
·
1996 commits
to master
since this release
- Changed the API quite a bit, and documented it.
- Removed dependency on buffer-tools package. This was the only package with C++, so it should be easier to use tedious on Windows now.
- Added main property to
package.json. - Added
ReadableTrackingBufferandWritableTrackingBuffer, making a lot of Buffer building and parsing code a lot simpler. - Added support for more data types in result sets (Ciaran Jessup):
bigint,binary,varbinary,varbinary(max),varchar(max),nvarchar(max),real,float. - Simplified error handling for unrecoverable errors.
- Use a statemachine for connection state (making it much easier to implement the states documented in the TDS specification).
- Make packet size configurable.