-
Continued from #988 and i think its just a repetition
toggles favorite for both of them |
Beta Was this translation helpful? Give feedback.
Answered by
simolus3
Jan 5, 2021
Replies: 1 comment 1 reply
-
In sqlite, primary keys are unique. So I'm not really sure how the update could affect more than one row here. Does it work if you remove the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
amanv8060
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In sqlite, primary keys are unique. So I'm not really sure how the update could affect more than one row here. Does it work if you remove the
customConstraint()
fromuid
? It shouldn't be necessary sinceuid
is a primary key already.