[Digikam-devel] [Bug 282907] No items are displayed when I enable 'Include Album Sub-Tree' in a folder containing one image and many folders
Marcel Wiesweg
marcel.wiesweg at gmx.de
Sun Feb 19 18:38:18 GMT 2012
https://bugs.kde.org/show_bug.cgi?id=282907
--- Comment #27 from Marcel Wiesweg <marcel wiesweg gmx de> 2012-02-19 18:38:18 ---
Thanks for your work. A bug is so easy to fix once you can reproduce...
http://www.sqlite.org/limits.html
"To prevent excessive memory allocations, the maximum value of a host parameter
number is SQLITE_MAX_VARIABLE_NUMBER, which defaults to 999."
As you may guess, we give each album as a host parameter.
Apparently, SQLite imposes us this limit, at least here MySQL would allow more:
http://stackoverflow.com/questions/6581573/what-are-the-max-number-of-allowable-parameters-per-database-provider-type
--
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