mirror of https://github.com/tasks/tasks
Fix chunking of SQLite queries in case of task deletion
When having a lot of (> 999) completed tasks in a list, selecting "Remove all completed tasks" causes a crash of the app with: SQLiteLog: (1) too many SQL variables This is due to a bug that accidentally bypasses the chunking of the db queries to stay below the limit. This solves #1661.pull/1662/head
parent
5e53f8e550
commit
d70ec00ea2
Loading…
Reference in New Issue