NZTSL

Results 2 issues of NZTSL

Description =========== Hello, I run some tests which call the Pause and Resume methods sequentially, it works well 90% of the time but they randomly fails with the following exception...

Hi, So if I have this table: ``` sql CREATE TABLE dbo.CdrHash ( Hash BINARY(16) NOT NULL PRIMARY KEY NONCLUSTERED, StartDate DATETIME2 NOT NULL, ) ``` With the corresponding POCO:...

bug