Hey @all,

i use SQLite for my application. Currently it seems that a database lock occurs.

What i'm trying to do is to delete multiple rows from the database. When I'm doing this, a FILE-journal file is created. But this file aren't removed when the delete process is finished. So it seems that this is a database lock.
When i restart the application, the rows that I removed before are still there.

I use a editable QSqlQueryModel for this.

Hope someone can help me

Thanks in advance

Best Regards
NoRulez