Conversation
… (#7410) The overdraw guard comes with them: the capacity is a read of one numeric column of the foreign parent, the balance is a second column on the write the sum already makes, and the check that refuses an overdrawing child row is emitted into the child's repository, which is local on that direction. Only `status` stays local-only. A `balance` with no `capacity` is refused. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Platform PR: eclipse-dirigible/dirigible#7416 (issue eclipse-dirigible/dirigible#7410).
A
rollups:entry whose parent is owned by another model may now declarecapacity:andbalance:, overdraw guard included - the capacity is a read of one numeric column of the foreign parent, the balance is a second column on the targeted write the sum already makes, and the check that refuses a child row overdrawing the parent is emitted into the child's repository, which is local on that direction. That is what lets both sides of an n:m allocation be guarded from the module that owns the link rows.Only
status:stays local-only there (it moves the parent through the owner's own status seeds and its displaced-status column), and abalance:declared without acapacity:is refused.Updated:
docs/help/intent/dsl-reference.mdanddocs/help/intent/glue.md.npm run docs:buildis clean.🤖 Generated with Claude Code