[Digikam-devel] [Bug 191494] Wish: search offline collections (e.g. removable medias)
Marcel Wiesweg
marcel.wiesweg at gmx.de
Fri May 29 09:48:33 BST 2009
https://bugs.kde.org/show_bug.cgi?id=191494
--- Comment #15 from Marcel Wiesweg <marcel wiesweg gmx de> 2009-05-29 10:48:30 ---
The Qt SQL implementation requires that a database connection is not used
across threads; therefore we create one connection per thread. It requires (at
least I think so) not to access a database concurrently from two threads; so we
use a global mutex (by creating DatabaseAccess() each time). So we dont require
any special thread safety from sqlite.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list