Releases: tediousjs/tedious
Releases · tediousjs/tedious
1.2.2
- #170 Fixed a bug with bigint serialization. (Bret Copeland)
1.2.0
-
#166 Changed default behavior for logins. Connections will no longer fall back to the user's default database if the requested database is unavailable and instead will produce an error
Also added fallbackToDefaultDb
option to re-enable previous behavior (Bryan J. Ross)
1.0.0
- Start of semantic versioning, and commitment to stable API until v2.0.0.
0.3.0
- #156 Added support for default connection isolation level (Bryan J. Ross)
- Added support for returning camel cased columns (Bryan J. Ross)
- Added support for building lib on Windows (Bryan J. Ross)
0.1.5
- #94 Emit connect event with error (if connecting) or emit errorMessage event on socket error. (Daniel Rapp)
- #96 Emit event after request callback. (Matheus Kautzmann)
0.1.4
- #80 Add placeholder event handlers to suppress crash in final. (Nicholas Penree)
- #83 Better default values for options in default sql statement. (Kevin Pullin)
- #73 Expose collected rows in request callback and done* events.
- #85 Add connection.reset function, to reset connection to initial state.
- #86 Make encrypted connections work with node v0.10.
- #91 Honour optional appName property in config.options.
- Add support for using Real in parameterized statements.
- Correct value for Request's completion callback's rowCount argument for statements other than select.
0.1.3
- #75 Support Text as a parameter type. (Zach Aller)
- #72 New example, showing insert statement using parameters of different types. (Will Munn)
- #70 Support for duplicate column names in result sets. (Nadeem)
0.1.2
- #66 Column not accessible by column name when the name is numeric.
- #67 Support for XML data type in result sets.
0.1.0
- Support GUID, BigInt and Float as a parameter types. (Zach Aller)
- Support for windows936 encoding. (lastonesky)
- Same format for GUIDs in results and parameters. (Cort Fritz)