Skip to content

Releases: tfso/njs-tfso-repository-mssql

1.0.67

23 Mar 14:11
Compare
Choose a tag to compare

make it possible to ignore readLock for certain isolationLevels

1.0.62

13 Sep 06:58
Compare
Choose a tag to compare

Uses mssql@3

  • 5 tries for rollback for a total of 5 seconds
  • closes the connection even when rollback fails
  • adding sql/params to error message to be able to track down timeouts
  • fixing promises

1.1.59

12 Mar 13:18
Compare
Choose a tag to compare

uses mssql@4

1.1.57

07 Mar 12:22
Compare
Choose a tag to compare
1.1.57 Pre-release
Pre-release

uses mssql@4

1.0.49

15 Sep 06:05
Compare
Choose a tag to compare
  • fixing total count for Querystream
  • fixing paging for Querystream

1.0.40

03 Mar 15:04
Compare
Choose a tag to compare
  • Max execution time is configurable for Query

Total Count for In-Memory paging

07 Feb 11:10
Compare
Choose a tag to compare

Any recordset returning a column pagingTotalCount will be used as total count for database paging.

If in-memory paging is used, total count will only be returned if query has paging (skip/take should be removed from query if database paging is used).

Bug fixes

05 Oct 07:23
Compare
Choose a tag to compare

Bugfixes;

  • Input parameter will handle parameters without type
  • Rollback scope issue

1.0.9

14 Sep 11:28
Compare
Choose a tag to compare

ES6

1.0.8

07 Sep 12:06
Compare
Choose a tag to compare

Bugfixes

  • FailSafing promise for connectionString