Administrator
|
Hi,
I think this problem occurs when cls_parent has more than 999 descendants classes. In the current implementation of search, each descendant classes requires an SQL variable, and they are limited in SQLite.
I've written a different implementation in the development version of Owlready on BitBucket, using recursive SQL queries. It is no longer limited by the number of descendant classes, and is also be faster. Could you verify if it work well now, please?
Jiba
|