This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Description
If you try to query something like:
select repository_id, commit_author_when, commit_parents from commits WHERE NOT commit_parents
gitbase dies. It is not a valid SQL query, because commit_parents type is not boolean, but I expect that gitbase remains available for new queries.
It is useful to have some general check if gitbase fails to process the query and do not shut down if the query was bad.