Skip to content
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

[UPD] ORM Update: get array without key in case of key duplication #137

Merged
merged 1 commit into from
Sep 17, 2023

Conversation

bim-g
Copy link
Collaborator

@bim-g bim-g commented Sep 17, 2023

In case we have duplication key it will not be possible to get all information, in case we have a key on the field and on the where condition.
The solution is to get only key value to avoid such problem.
closes #130

@bim-g bim-g added duplicate This issue or pull request already exists enhancement New feature or request labels Sep 17, 2023
@bim-g bim-g added this to the ORM milestone Sep 17, 2023
@bim-g bim-g self-assigned this Sep 17, 2023
Copy link
Collaborator Author

@bim-g bim-g left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good

@bim-g bim-g merged commit bd40bd4 into master Sep 17, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Unable to use duplicate key on array
1 participant