Commit 183cd58
committed
fix(objectql): make the elevation pin's fake where-matcher refuse combinators
check:where-matcher flagged the fake driver's matches() in
engine-repo-execute-elevation.test.ts as a new silently-wrong WHERE matcher
(a $-prefixed combinator key would be read as a literal field name instead
of being rejected). Refuse it loudly instead, matching the exact idiom
engine-readonly-strip-caller-values.test.ts's own fake driver already uses.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0112hMx9hjJ9BgB28X97DS681 parent 7380f22 commit 183cd58
1 file changed
Lines changed: 8 additions & 1 deletion
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
47 | 54 | | |
48 | 55 | | |
49 | 56 | | |
| |||
0 commit comments