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

gitbase dies for query with WHERE NOT <not boolean value> #726

@zurk

Description

@zurk

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions