Commit 3373a29
fix(spec): correct the mispriced SINGLE_RECORD_WRITE_ONLY pricing comment (#8033)
The doc comment priced a batch exemption using #3757's disproven premise
(the console rethrows a hard 405 to the user). #3757's author retracted
that twice before the issue was closed not planned: useBulkExecutor ->
executeBulkBatch catches any adapter throw and falls back to per-row
writes, and the grid's built-in bulk-delete gates on the child verb
delete (not on bulk). The real cost of an exemption is a wasted round
trip plus N per-row writes, not a hard user-visible error.
Comment-prose-only change; no runtime/schema/assertion diff.
Fixes #7817
Co-authored-by: Claude <noreply@anthropic.com>1 parent 333a374 commit 3373a29
1 file changed
Lines changed: 9 additions & 3 deletions
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
51 | 57 | | |
52 | 58 | | |
53 | 59 | | |
| |||
0 commit comments