Releases: tediousjs/tedious
Releases · tediousjs/tedious
1.4.3
- #180 Added aliases for some data types ending with N. (Marcin Konicki)
1.4.2
- #168 Added support for transactions in TDS 7.1 (SQL Server 2000). (Patrik Simek, Bret Copeland)
- Fixed a bug when prepared statement has no parameters. (Patrik Simek)
1.4.1
- #176 Fixed an ignored error when the bulk load schema doesn't match the insert table schema. (Bret Copeland, Patrik Simek)
1.4.0
- BulkLoad API is stable and documented. Report bugs on the issue tracker. (Bret Copeland)
1.3.5
- Fixed a bug that caused CREATE FUNCTION statements to throw an error. (Bryan Ross)
1.3.4
- Added guard against adding columns to BulkLoad after rows have been written. (Bret Copeland)
1.3.3
- #173 BulkLoad can generate table creation SQL - useful for temporary tables. (Aurélien Gasser)
1.3.2
- #172 Added ability for tracking buffer to grow exponentially. Bulk Load now uses this (Aurélien Gasser)
1.3.1
- c4fd65f API change to Bulk Insert. Still experimental and subject to change. (Bret Copeland)
1.3.0
- eb8ae04 Added experimental support for Bulk Insert. (Bret Copeland)