Skip to content

Fix GH-11451: Invalid associative array containing duplicate keys #11453

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

nielsdos
Copy link
Member

It used the "add_new" variant which assumes the key doesn't already exist. But in case of duplicate keys we have to take the last result.

Closes GH-11451.

It used the "add_new" variant which assumes the key doesn't already
exist. But in case of duplicate keys we have to take the last result.
@nielsdos nielsdos linked an issue Jun 14, 2023 that may be closed by this pull request
@nielsdos nielsdos closed this in 29a96e0 Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid associative array containing duplicate keys
2 participants