this might just be a usability consideration, but I can't find anyway to determine or check if an error from an insert or an upsert is a duplicate key error, without (presumably, parsing the string form of the error, which looks to be derived from what the server transmits.
- duplicates
-
GODRIVER-972 add IsDuplicateKey(err) helper
- Closed