Skip to content
New issue

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

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

Already on GitHub? # to your account

feat: add encoding.BinaryUnmarshaler in Scan #3144

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

zeze1004
Copy link

@zeze1004 zeze1004 commented Oct 3, 2024

issue: #3139

Fixed issue where UUID fields could not be unmarshaled correctly.

@zeze1004 zeze1004 force-pushed the #3139-add-encoding-BinaryUnmarshaler-scan branch 2 times, most recently from 2ea6e51 to 72cdd5c Compare October 12, 2024 07:30
@zeze1004 zeze1004 force-pushed the #3139-add-encoding-BinaryUnmarshaler-scan branch from 72cdd5c to a5a0e2f Compare October 19, 2024 12:35
@zeze1004 zeze1004 force-pushed the #3139-add-encoding-BinaryUnmarshaler-scan branch from 98b44f0 to de72ae7 Compare October 31, 2024 02:31
@zeze1004
Copy link
Author

Hi there, I was wondering if you could take a moment to review this PR when you have the time. Thanks! cc. @ofekshenawa, @monkey92t

@zeze1004 zeze1004 force-pushed the #3139-add-encoding-BinaryUnmarshaler-scan branch from de72ae7 to f97720d Compare November 20, 2024 13:21
@zeze1004 zeze1004 force-pushed the #3139-add-encoding-BinaryUnmarshaler-scan branch from f97720d to 7fcc39c Compare November 22, 2024 05:05
@ndyakov
Copy link
Collaborator

ndyakov commented Feb 10, 2025

This one looks good to me. @zeze1004 do you think we can add full test with write and read from/to redis instance?

Copy link
Collaborator

@ndyakov ndyakov left a comment

Choose a reason for hiding this comment

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

@zeze1004 please add integration test to verify the data is correctly stored and retrieved from/to redis.

@zeze1004
Copy link
Author

zeze1004 commented Mar 9, 2025

@zeze1004 please add integration test to verify the data is correctly stored and retrieved from/to redis.

Sorry, I just checked, I'll add the test and mention it

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants