What is the expected behavior when calling update() in a cursor index that 
requires unique values.  Firefox allows the update, even when it results in a 
duplicate value.  Chrome throws an error event with the code set to UNKNOWN_ERR.

We believe an error should be thrown because of the violation of the unique 
value index constraint and the error code should be set to CONSTRAINT_ERR.  
What do you think?

Israel

Reply via email to