Skip to content

Create paths through null intermediate fields - #245

Open
be-student wants to merge 1 commit into
h2non:masterfrom
be-student:codex/218-create-through-null
Open

Create paths through null intermediate fields#245
be-student wants to merge 1 commit into
h2non:masterfrom
be-student:codex/218-create-through-null

Conversation

@be-student

Copy link
Copy Markdown

Fixes #218.

  • Treat None intermediate fields like missing path containers.
  • Share the behavior across find_or_create and update_or_create.
  • Preserve existing failures for non-null scalar intermediates.

Tests: 358 passing on Python 3.12, 3.13, and 3.14.

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.

find_or_create doesn't create if any field in the path is null

1 participant