Skip to content

Conversation

@michalsn
Copy link
Member

Description
This PR fixes a bug where updateBatch() threw an InvalidArgumentException when updateOnlyChanged was true (the default). The index field was being stripped as "unchanged" by transformDataToArray(), even though it's required for the batch WHERE clause.

Fixes #9943

Checklist:

  • Securely signed commits
  • Component(s) with PHPDoc blocks, only if necessary or adds value (without duplication)
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

@michalsn michalsn added the bug Verified issues on the current code behavior or pull requests that will fix them label Feb 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Verified issues on the current code behavior or pull requests that will fix them

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: updateBatch() not working anymore in 4.7.0

1 participant