SQLServer

Library that type-ifies some Microsoft SQL Server concepts.
git clone https://git.philomathiclife.com/repos/SQLServer
Log | Files | Refs | README

commit b5245a6e6c4789c23b35196bda10a1aa5b7b9a8a
parent 9cf6ee6071c81269e68d74e5bbe9a3a5f10c5137
Author: Zack Newman <zack@philomathiclife.com>
Date:   Mon, 20 Mar 2023 11:47:00 -0600

formatting

Diffstat:
MShared.cs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Shared.cs b/Shared.cs @@ -1004,7 +1004,7 @@ This represents ≈ {bulkWriter.CurrentErrorRatio.ToString("N2")} of the total { public abstract Prod<ulong, double> MaxErrorsAllowed { get; } public abstract ulong CurrentErrorCount { get; } public abstract ulong CurrentProcessedCount { get; } - public abstract ulong CurrentSuccessfullyProcessedCount { get; } + public abstract ulong CurrentSuccessfullyProcessedCount { get; } public abstract double CurrentErrorRatio { get; } public abstract bool IsInError { get; } #endregion