When delete command is called it deletes all taks of same name, because it comapres only name. Make it compare multiple feilds so that it only delets the particular argument passed.
-
Update this querry

-
pass more arguments to execute accordingly. task.dbrender() returns a tuple which can then be comaperd to records in sql table tasks.

all the information about tables is given in the dictionary defined at top
When delete command is called it deletes all taks of same name, because it comapres only name. Make it compare multiple feilds so that it only delets the particular argument passed.
Update this querry

pass more arguments to execute accordingly. task.dbrender() returns a tuple which can then be comaperd to records in sql table

tasks.all the information about tables is given in the dictionary defined at top