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

fix(core): prevent tuple type properties from being converted to array when serializing entities #4205

Merged
merged 1 commit into from Apr 9, 2023

Conversation

anytinz
Copy link
Contributor

@anytinz anytinz commented Apr 8, 2023

This commit fixes an issue where properties with tuple type were being converted to array
when entities were serialized. The fix ensures that tuple type properties are correctly
preserved during the serialization process.

…y when serializing entities

This commit fixes an issue where properties with tuple type were being converted to array
when entities were serialized. The fix ensures that tuple type properties are correctly
preserved during the serialization process.
Copy link
Member

@B4nan B4nan left a comment

Choose a reason for hiding this comment

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

Thanks!

@B4nan B4nan merged commit 04ad72e into mikro-orm:master Apr 9, 2023
9 checks passed
jsprw pushed a commit to jsprw/mikro-orm-full-text-operators that referenced this pull request May 7, 2023
…y when serializing entities (mikro-orm#4205)

This commit fixes an issue where properties with tuple type were being converted to an array when entities were serialized. The fix ensures that tuple-type properties are correctly preserved during the serialization process.
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.

None yet

2 participants