Fix exprs
This commit is contained in:
parent
4c4dab5913
commit
7436b65210
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue