Skip to content

Commit 605f296

Browse files
committed
docs(spec): regenerate validation reference for the updated module doc comment
The validation.zod.ts module doc comment feeds the generated content/docs/references/data/validation.mdx; regenerate so `check:docs` passes. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VCUSMJBsX14C3RQdWFw7N7
1 parent a2552ab commit 605f296

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

content/docs/references/data/validation.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ record** — it must be decidable from the incoming write (and, on update, the p
2121

2222
no I/O. Everything advertised here runs on the write path (see
2323

24-
`objectql/src/validation/rule-validator.ts`); nothing is a silent no-op.
24+
`objectql/src/validation/rule-validator.ts`) — insert, single-id update, and multi-row
25+
26+
(`multi: true`) update, where the evaluator runs once per matched row (#3106). One known gap:
27+
28+
rules declaring `events: ['delete']` are not yet evaluated on delete (tracked separately).
2529

2630
The system supports these validation types:
2731

0 commit comments

Comments
 (0)