Skip to content

0.0.2 / 2012-01-08

Compare
Choose a tag to compare
@arthurschreiber arthurschreiber released this 01 Aug 10:01
· 1975 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 ReadableTrackingBuffer and WritableTrackingBuffer, 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.