Skip to content

fix(core): preserve explicit null changes#32

Merged
philipgreat merged 1 commit into
mainfrom
issue/22-null-shadowing
Jul 17, 2026
Merged

fix(core): preserve explicit null changes#32
philipgreat merged 1 commit into
mainfrom
issue/22-null-shadowing

Conversation

@philipgreat

Copy link
Copy Markdown
Contributor

Fixes #22

Summary

  • distinguish an explicitly stored null from an absent field in EntityChangeSet
  • stop ChangeSetStack lookup at the first scope that contains the field
  • add a regression test for null shadowing and pop fallback

Verification

  • regression test fails against the previous implementation with expected null, but was:<CREATED>
  • mvn -pl teaql-core -am test (21 tests passed)
  • git diff --check

@philipgreat
philipgreat merged commit 4e96a38 into main Jul 17, 2026
1 check passed
@philipgreat
philipgreat deleted the issue/22-null-shadowing branch July 17, 2026 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test(core): define explicit-null shadowing behavior in ChangeSetStack

1 participant