You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some Python code that I'd like to translate to Haskell where I was able to use replace_one, and check that the calling process actually made the update (as opposed to another process trying to make a similar update concurrently):
I tried using replace from Database.MongoDB.Query but it doesn't seem to return any information about whether it succeed or not. I'm guessing some support needs to be added for that, or if not, how do I check that?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I have some Python code that I'd like to translate to Haskell where I was able to use replace_one, and check that the calling process actually made the update (as opposed to another process trying to make a similar update concurrently):
I tried using replace from Database.MongoDB.Query but it doesn't seem to return any information about whether it succeed or not. I'm guessing some support needs to be added for that, or if not, how do I check that?
Thanks!
The text was updated successfully, but these errors were encountered: