Closed AlbertoDePena closed 3 years ago
You are absolutely right! It shouldn't return Result
at all 🤦 🤦 🤦 I will fix it in the next release
There are a couple of places where Result.Ok and Result.Error are being used... Fyi :) I am amazed at how you can make FSharp libs so simple yet so powerful! Keep up the good work 😃
@AlbertoDePena
There are a couple of places where Result.Ok and Result.Error are being used... Fyi :)
Fixed those, now we are not returning Result anymore. Published as of v4.0 (bumped major version because of breaking change) can you give it a try?
Keep up the good work 😃
Thanks 🙏 ❤️ will sure do
In this code:
Why wrap
affectedRows
inResult.Ok
if potential exception is not being captured?It should probably not wrap it at all and let the consumer handle it... no?