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: base64 decoding on List of Binary items #303

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

Conversation

key773251
Copy link

@key773251 key773251 commented Mar 5, 2025

Small fix to resolve issue with restore operation when using item of type List(Binary). Currently it does not account for base64 decoding of Binary fields nested within a list (at least from what I could tell). Example table data:

{ "Count": 1, "Items": [ { "list": { "L": [ { "B": "1234" }, { "B": "5678" } ] }, } ], "ScannedCount": 1 }

I get the list of binary doesn't really fit in with the rest of the data in the testTable - open to any and all feedback/suggestions. Thanks!

Copy link

sonarqubecloud bot commented Mar 5, 2025

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.

1 participant