I am trying to insert values in table. But there is only one value inserted. I am getting an error in log cat when I am trying to insert new values.
Log cat shows :
I originally put the new unique constraint infant of the old one. Instead make sure you're current unique column is first:
CREATE TABLE TEST (client_id TEXT unique, remote_id INT unique)