SQLite Forum

Cannot parse `IS TRUE` when connecting with Python library
Login
Your Python is using an old version of SQLite3 that does not "do" TRUE and FALSE but rather expects them to be column references.

The version of SQLite3 used by python has nothing whatsoever to do with the version of SQLite3 used by anything that is not python ... python includes its own version of SQLite3 for use exclusively by python; so the fact that something that is not python behaves differently than something which is python is relevant only after you have demonstrated that both versions of SQLite3 are the same, which you have not done.