Skip to content

Releases: tediousjs/tedious

1.4.3

01 Aug 11:06
Compare
Choose a tag to compare
  • #180 Added aliases for some data types ending with N. (Marcin Konicki)

1.4.2

27 Aug 09:39
Compare
Choose a tag to compare
  • #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

01 Aug 11:07
Compare
Choose a tag to compare
  • #176 Fixed an ignored error when the bulk load schema doesn't match the insert table schema. (Bret Copeland, Patrik Simek)

1.4.0

01 Aug 11:08
Compare
Choose a tag to compare
  • BulkLoad API is stable and documented. Report bugs on the issue tracker. (Bret Copeland)

1.3.5

01 Aug 11:08
Compare
Choose a tag to compare
  • Fixed a bug that caused CREATE FUNCTION statements to throw an error. (Bryan Ross)

1.3.4

01 Aug 11:08
Compare
Choose a tag to compare
  • Added guard against adding columns to BulkLoad after rows have been written. (Bret Copeland)

1.3.3

01 Aug 11:09
Compare
Choose a tag to compare
  • #173 BulkLoad can generate table creation SQL - useful for temporary tables. (Aurélien Gasser)

1.3.2

01 Aug 11:09
Compare
Choose a tag to compare
  • #172 Added ability for tracking buffer to grow exponentially. Bulk Load now uses this (Aurélien Gasser)

1.3.1

01 Aug 11:10
Compare
Choose a tag to compare
  • c4fd65f API change to Bulk Insert. Still experimental and subject to change. (Bret Copeland)

1.3.0

01 Aug 11:10
Compare
Choose a tag to compare
  • eb8ae04 Added experimental support for Bulk Insert. (Bret Copeland)