Skip to content

Fix deletion on the queue.

Kubat requested to merge fix-insert into master

Fix #85 (closed)

There are two 'sqlite_sequence' tables, one for the :memory: database, and one for the LKT_PROTECTED_DATABASE database. Because the queue is on the LKT_PROTECTED_DATABASE database, updating simply 'sqlite_sequence' won't do anything, you must update 'LKT_PROTECTED_DATABASE.sqlite_sequence'.

Merge request reports