Releases: tfso/njs-tfso-repository-mssql
Releases · tfso/njs-tfso-repository-mssql
1.0.67
1.0.62
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
uses mssql@4
1.1.57
uses mssql@4
1.0.49
- fixing total count for Querystream
- fixing paging for Querystream
1.0.40
- Max execution time is configurable for Query
Total Count for In-Memory paging
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
Bugfixes;
- Input parameter will handle parameters without type
- Rollback scope issue
1.0.9
ES6