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 a collection with lets say X auto increment field and which has also compound unique index. So in case of duplication of fields save method returns 409 error, but X field has been incremented.
The expected behavior would be to increment X field only when document is saved in the collection.
The text was updated successfully, but these errors were encountered:
I have a collection with lets say X auto increment field and which has also compound unique index. So in case of duplication of fields save method returns 409 error, but X field has been incremented.
The expected behavior would be to increment X field only when document is saved in the collection.
The text was updated successfully, but these errors were encountered: