https://bugs.kde.org/show_bug.cgi?id=460631
cromach...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cromach...@gmail.com --- Comment #9 from cromach...@gmail.com --- If the problem is that it's waiting to access a Sqlite database, and assuming that the export command is a read-only operation, then would it be feasible to just copy the database file to a temporary location and access that copy for the command? (This might not be possible on Windows because of file locks) Alternatively, open the Sqlite database in immutable/read-only mode for the export command? -- You are receiving this mail because: You are watching all bug changes.