Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 comments
default
newest
oldest
omni
13y ago
PyMongo, for instance, can do this for most operations by passing safe=True.
agscala
13y ago
Oh, I thought the original article was saying that MongoDB itself would not send an error down if it was "full".
j
/
k
navigate · click thread line to collapse
0 points
DanWaterworth
13y ago
0 comments
Share
As I understand it, it has everything to do with the client library, some clients may call getLastError on every operation and raise errors when they occur, for example.