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 an index with settings {multiEntry: false, unique: true} on the __uri column of one of my object stores.
When I add an object to the store that has the same __uri property value as an object already in the store, I don't get an error and end up with two (and eventually more) entries in the store with the same __uri value.
The text was updated successfully, but these errors were encountered:
I have an index with settings {multiEntry: false, unique: true} on the __uri column of one of my object stores.
When I add an object to the store that has the same __uri property value as an object already in the store, I don't get an error and end up with two (and eventually more) entries in the store with the same __uri value.
The text was updated successfully, but these errors were encountered: