NStore icon indicating copy to clipboard operation
NStore copied to clipboard

Disable idempotency on streams

Open andreabalducci opened this issue 4 years ago • 1 comments

Idempotency should be opted out when is not needed.

andreabalducci avatar Dec 13 '19 21:12 andreabalducci

On SQL Server: Datareader with idempotency turned off could find some NULL values. Data is Null. This method or property cannot be called on Null values. Reader should handle nulls on OperationId

andreabalducci avatar Feb 12 '20 16:02 andreabalducci