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
Mongo will anyway store _id, and as with composite PK without _id field it will simply insert new document each time. #59 Might be remedy, need to add pk's index definition to PrimaryKey annotation too.
The text was updated successfully, but these errors were encountered:
Mongo will anyway store _id, and as with composite PK without _id field it will simply insert new document each time.
#59 Might be remedy,need to add pk's index definition toPrimaryKey
annotation too.The text was updated successfully, but these errors were encountered: