Skip to content

Support positional and keyed batch results - #18

Draft
simPod wants to merge 3 commits into
masterfrom
cdn77
Draft

Support positional and keyed batch results#18
simPod wants to merge 3 commits into
masterfrom
cdn77

Conversation

@simPod

@simPod simPod commented Aug 18, 2026

Copy link
Copy Markdown
Owner

Summary

  • Preserve positional list batch results.
  • Accept keyed arrays and ArrayAccess batch results.
  • Resolve missing keyed values to null.
  • Keep mixed and object keys compatible through positional or ArrayAccess results.
  • Document both supported result forms.

Motivation

Backends often return associative results keyed by identifier and can omit missing records. Supporting both keyed and positional forms avoids forcing every batch function to rebuild a full ordered list.

@simPod
simPod marked this pull request as draft August 18, 2026 12:16
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.

1 participant