Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uniqueness not respected for indexes #56

Closed
mvayngrib opened this issue Mar 26, 2013 · 3 comments
Closed

uniqueness not respected for indexes #56

mvayngrib opened this issue Mar 26, 2013 · 3 comments
Labels

Comments

@mvayngrib
Copy link
Contributor

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.

@brettz9
Copy link
Collaborator

brettz9 commented Jun 17, 2016

This is a confirmed issue (next item on my to-do list).

@brettz9 brettz9 added the Bug label Jun 17, 2016
@brettz9
Copy link
Collaborator

brettz9 commented Jun 20, 2016

This should now be fixed in master along with other fixes and updates. Thanks for the report!

@brettz9 brettz9 closed this as completed Jun 20, 2016
@mvayngrib
Copy link
Contributor Author

@brettz9 thanks for fixing :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants