Re: OperationalError: too many SQL variables

Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/OperationalError-too-many-SQL-variables-tp643p644.html

Hello,

To catch the error, you need to import the error class from the sqlite3 module, as follows :

from sqlite3 import OperationalError


To solve the problem, I would need more information. Are you sure that Class is really a Class and not something else? Is it possible for me to reproduce the problem?

Best regards,
Jiba