SQL Primary Key Issue
Closed this issue · 0 comments
Jaxaar commented
Saving a schedule twice will cause a error:
[SQLITE_CONSTRAINT_PRIMARYKEY] A PRIMARY KEY constraint failed (UNIQUE constraint failed: schedules1.ID)
Schedule should be being written over, rather than added as a new entry