Skip to content

fix: guard new filter ops (not_in, like, not_like, not_between) from … #107

fix: guard new filter ops (not_in, like, not_like, not_between) from …

fix: guard new filter ops (not_in, like, not_like, not_between) from … #107

Triggered via push March 7, 2026 16:30
Status Failure
Total duration 31s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test
Process completed with exit code 2.
test: src/sql/compiler.ts#L290
Property 'negated' does not exist on type '{ kind: "between"; expr: SqlExpr; low: SqlExpr; high: SqlExpr; }'.