Fix exprs

This commit is contained in:
Reid 'arrdem' McKenzie 2021-08-14 11:09:27 -06:00
parent 4c4dab5913
commit 7436b65210

View file

@ -28,7 +28,7 @@ Perform a point-in-time query for jobs.
The query is a list of `[OP, EXPR, EXPR]` triples, which are combined under `AND` to produce a server-side query.
Valid ops are `IS`, `LIKE` and binary comparisons (`<`, `=` and friends).
Valid ops any SQLite expression not containing sub-queries.
Valid exprs are any SQLite expression not containing sub-queries.
Here, we're looking for jobs tagged as in the `["CREATED"]` state.
``` shell