Skip to content

Conversation

cpoole
Copy link

@cpoole cpoole commented Oct 19, 2022

Periodically a data type might need to change in a redis struct. I've personally had this occur if something was a string and i'd now like it to be a more specific type (maybe a boolean). The current scan method exits on the first field unmarshal failure. This PR allows scan to continue until the end and returns all field errors concatenated together.

This allows the caller to check for their specific "migrated" field in the error and ignore it if they're ok with that going back to it's zero value

@cpoole
Copy link
Author

cpoole commented Oct 20, 2022

the go 1.18 build seems to have failed for reasons unrelated to this PR. Im not sure how to rerun the flaky test

@ndyakov
Copy link
Member

ndyakov commented Apr 29, 2025

@ofekshenawa this one makes sense to me, but in the rest of the library we often fail on the first error that occurs. Let me know what you think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3 participants